Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents


Purpose

Demonstrate how to edit a compound properties within the data-flow view. We will concentrate on the edition of the members' properties.

First steps

Perform

We are going to compose and then edit it. This compound will be composed by the cubx-text-input and the cubx-marked-element components and it will allow to visualize external documents written using Markdown language.

First you need to perform the following steps:

  1. Open the latest version of BDE at: https://www.cubbles.world/bde/bde@1.9.0/bde/index.html
  2. Add the cubx-text-input and the cubx-marked-element
  3. Then connect the value output slot
of {{
  1. of cubx-text-input
}}
  1.  to the markdowdUrl input slot of
{{
  1. cubx-marked-element
}}.
  1. .

After that, you should get the following component:

Image Added

Info

If you want to know how to perform those steps, check the 1 Compose a compound using BDE tutorial.

You should the following component:

Image Removed

Modifying compound properties

Within the dataflow-view you can edit the Artifact Id and the Description of the component you are currently composing. To edit those properties you should right-click on an empty area of the dataflow-view. Then, a modal menu should appear, please click on edit. Finally, fill the dialog as follows:

PropertyValue
Artifact Idmarkdown-visualizer
DescriptionThis component allows to visualize external documents written using Markdown language

Modifying members properties

Modifying slots properties

Other functionalities