[Base]
Base component with default configurations from which all others inherit.
Property | Type | Default | Description |
---|---|---|---|
Name | Boolean | false | Defines if the component is in selected state |
Public Id | General | | Id for references from other external components |
Private Id | General | | Id for reference for itself or any nested component |
Visible | Boolean | true | Defines if it is visible |
Disabled | Boolean | false | Defines if it is disabled |
Action | Description |
---|---|
getProperty(id) | Returns the value of a property |
hasContent(id) | Checks if the property whose Id is provided has a defined not empty value. Empty HTML tags like <div class="my-class"></div> are also considered as empty. |
hasProperty(id) | Checks if the property exists and has a value |
setProperty(id, value) | Sets the value of a property |
Last modified 1yr ago