Function: isFunctionalProperty()
isFunctionalProperty(
componentProperty?):boolean
Returns true if the property value is calculated by the function, otherwise false. Internal use only.
Parameters
componentProperty?
ComponentProperty<any>
the component property.
Returns
boolean
true if the property value is calculated by the function, otherwise false.