ReadonlyDefaultThe default value storage
The getter function - overrides the default property getter.
ReadonlyInfoThe attributes of the property
ReadonlyOwnerThe component containing the property.
The setter function - overrides the default property setter.
Get the property value
Adds a property change listener.
A function that is called when a property value is changed (the property name is passed as a parameter to the function).
Removes a property change listener.
The function to be removed.
Set the property value
New value for the property
Optionalnoevent: booleanDo not raise the PropertyChanged (IPropertyAPI.Changed) event
Modifies one or several attributes of a property.
Attributes with their new values.
Sets the default value for a property - useful for overriding defaults defined in base component.
New default value
Optionalinitialconfig: IComponentConfigInitial configuration for the component
A property handle containing functionality for one property