internalName
property for this trait. You can access the value from this trait using the fixed key dataSource
.
CONTENT MODAL POPUP
trait is required to display the list of records on the sidebar of the UI builder for that component.modelInternName
of the component in its config, as shown in the above code snippet.
dependent
in the traitConfig. In the dependent property, you can see that the internalName of the above object is given. This means that the description text
trait will only be rendered when there is a value in title text
.
descriptionText
trait is dependent on titleText
and will only render when the value of titleText
is exactly the same as the value specified in the subDependency
flag.