Options
All
  • Public
  • Public/Protected
  • All
Menu

Describes the reducer state branch for the current viewer template

export
interface

ITemplateReducerState

Hierarchy

  • ITemplateReducerState

Index

Properties

autoDisplaySelectionPanelOnSelection: boolean

If true, the selection panel will auto-display when a selection is made and there are results to show

since

0.13

initialInfoPaneWidth: number

The initial width of the information pane. Only certain templates will recognise this setting

memberof

ITemplateReducerState

initialTaskPaneWidth: number

The initial width of the task pane. Only certain templates will recognise this setting

memberof

ITemplateReducerState

legendVisible: boolean

Indicates if the legend is visible

memberof

ITemplateReducerState

selectionPanelVisible: boolean

Indicates if the selection panel is visible

memberof

ITemplateReducerState

taskPaneVisible: boolean

Indicates if the task pane is visible

memberof

ITemplateReducerState

templateData: Dictionary<any>

Template-specific data

since

0.14.8

Generated using TypeDoc