Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITemplateReducerState

Describes the reducer state branch for the current viewer template

export
interface

ITemplateReducerState

Hierarchy

  • ITemplateReducerState

Index

Properties

autoDisplaySelectionPanelOnSelection

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

initialInfoPaneWidth: number

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

memberof

ITemplateReducerState

initialTaskPaneWidth

initialTaskPaneWidth: number

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

memberof

ITemplateReducerState

legendVisible

legendVisible: boolean

Indicates if the legend is visible

memberof

ITemplateReducerState

selectionPanelVisible

selectionPanelVisible: boolean

Indicates if the selection panel is visible

memberof

ITemplateReducerState

taskPaneVisible

taskPaneVisible: boolean

Indicates if the task pane is visible

memberof

ITemplateReducerState

Generated using TypeDoc