[Base]

Base component with default configurations from which all others inherit.

Properties

PropertyTypeDefaultDescription

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

Actions

ActionDescription

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 updated