Advanced Properties

The Advanced group of properties consists of component properties which are only needed in some cases. Most components use the following advanced properties:

Visible

This flag indicates a component is visible.

Variable Name:

visible

Records:

1

Permissions:

Readable at Observer permission level, writable at Manager permission level

Record Format:

Field Name

Field Type

Notes

visible

Boolean

The flag indicates a component is visible.

Breakpoint Data

This property is automatically adjusted during the dashboard editing. It should not be edited manually. It contains a list of component styles and property values applied at different breakpoints.

Variable Name:

gridBreakpoints

Records:

0...unlimited

Permissions:

Readable at Observer permission level, writable at Manager permission level

Record Format:

Field Name

Field Type

Notes

breakpoint

String

Breakpoint. Name of the breakpoint at that the properties are applied.

style

String

Style. A compiled string of Custom Classes and Component Content Style to be applied at the breakpoint.

containerStyle

String

Wrapper Style. A compiled string of Wrapper Style, Content Overflow, and some other component properties to be applied at the breakpoint.

Context Menu

Configures custom context menu items for the selected dashboard component, including when they are displayed and which actions are performed based on the context of the selected area or object.

Variable Name:

contextMenu

Records:

0...unlimited

Permissions:

Readable at Observer permission level, writable at Manager permission level

Record Format:

Field Name

Field Type

Notes

name

String

Name of the context menu item displayed to the user.

description

String

Optional description of the context menu item, shown as a tooltip when the user hovers over the item.

icon

Data Table

Icon displayed next to the context menu item name.

condition

String

condition expression that determines whether the context menu item is visible. If the expression evaluates to false, the item is hidden.

expression

String

Expression executed when the user clicks the context menu item.

Variable Storage

Allows any number of component variables to be saved at a given scope. For example, the filter settings on a column can be saved to maintain consistency during a single browser session, between sessions, or even for all users.

Variable Name:

variablesStorage

Records:

0...unlimited

Permissions:

Readable at Observer permission level, writable at Manager permission level

Record Format:

Field Name

Field Type

Notes

variable

String

Indicates the name of the variable to be stored.

layoutStorage

String

Options for how the variable should be saved.

  • For Every Login - save the variable for each login session of each user. Variable will be discarded when the user logs out.

  • For Every User - save the variable for each user, and persist variable values between sessions.

  • Shared - save a single value of the variable for all users, and persist the value between sessions.

Was this page helpful?