Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ManagementDashboardTileDetails

Properties of the dashboard tile representing a saved search. Tiles are laid out in a twelve column grid system with (0,0) at upper left corner.

Properties

column

column: number

Tile's column number. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

dataConfig

dataConfig: Array<any>

It defines how data is fetched. A functional saved search needs a valid dataConfig. See examples on how it can be constructed for various data sources.

displayName

displayName: string

Display name of the saved search.

drilldownConfig

drilldownConfig: any

Drill-down configuration to define the destination of a drill-down action.

height

height: number

The number of rows the tile occupies. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

nls

nls: any

JSON that contains internationalization options.

Optional parametersMap

parametersMap: any

Specifies the saved search parameters values

row

row: number

Tile's row number. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

savedSearchId

savedSearchId: string

ID of the saved search.

state

state: State

Current state of the saved search.

uiConfig

uiConfig: any

It defines the visualization type of the widget saved search, the UI options of that visualization type, the binding of data to the visualization.

width

width: number

The number of columns the tile occupies. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj