Skip to content

GetConfigurableProps - cWebWidget

Returns an Array of tWidgetConfigProp

Type: Function
Return Data Type: tWidgetConfigProp[]

Syntax

Function GetConfigurableProps Returns tWidgetConfigProp[]

Call Example

Get GetConfigurableProps to tWidgetConfigProp[]Variable

Description

Returns an Array of tWidgetConfigProp.

This function itself returns an empty array, to be filled by OnGetConfigurableProps for your Widget.

See Configurable Widgets for more information.

Return Value

Returns an empty array, to be filled by OnGetConfigurableProps for your Widget.