Interface: ComponentProperty
The value of the component property.
Properties
computeType?
optional
computeType:ComponentPropertyComputeType
Type of the component's calculated property. If not specified - the value from value is used.
fnSource?
optional
fnSource:string
Source code of the function for calculating the value of a component property.
value?
optional
value:any
The simple value of a component property.