Bindings

The Component Bindings group contains a single property, which gives access to the subset of dashboard bindings related to the component.

Component Bindings

Same format as the Root Panel property Bindings, but only displays bindings which reference a property of the current component in any of the expressions of the binding, Target a property of the current component, or rely on an event from the current component as an Activator.

Note that the Component Bindings variable is not an ordinary variable in the sense that it stores values. Instead, it offers a view of the dashboard bindings by delegating reading and writing operations to the Bindings variable of the root panel.

Variable Name:

componentBindings

Records:

0...unlimited

Permissions:

Readable at Observer permission level, writable at Manager permission level

Record Format:

Field Name

Field Type

Notes

target

String

Target. Binding target.

expression

String

Expression. Binding expression.

activator

String

Activator. Binding activator.

condition

String

Condition. Binding condition expression.

onstartup

Boolean

On Startup. If enabled, the binding will be executed when dashboard is fully loaded. See dashboards lifecycle for more information.

onevent

Boolean

On Event. If enabled, the binding will be executed when event specified in Activator field of Bindings variable is fired.

periodically

Boolean

Periodically. If enabled, the binding will be continuously executed after the period of time specified in the Period field of Bindings variable.

period

Long

Period. Time period for periodical binding execution.

Was this page helpful?