GetConfigurablePropValues - cWebWidget
Returns an Array of tWidgetConfigPropValue
Type: Function
Return Data Type: tWidgetConfigPropValue[]
Syntax
Function GetConfigurablePropValues Returns tWidgetConfigPropValue[]
Call Example
Get GetConfigurablePropValues to tWidgetConfigPropValue[]Variable
Description
Returns an Array of tWidgetConfigPropValue.
The properties and their corresponding values returned is based on the properties that were marked as configurable in OnGetConfigurableProps.
See Configurable Widgets for more information.
Return Value
Properties and their corresponding values returned is based on the properties that were marked as configurable in [ELink:OnGetConfigurableProps]