Interface: ComponentProperty<T>
The value of the component property.
Type Parameters
T
T = any
the value type.
Properties
computeType?
optionalcomputeType:ComponentPropertyComputeType
Type of the component's calculated property. If not specified - the value from value is used.
editorType?
optionaleditorType:string
The component property editor type, only used in Designer mode.
fnSource?
optionalfnSource:string
Source code of the function for calculating the value of a component property.
value?
optionalvalue:T
The simple value of a component property.