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

initialInfoPaneWidth

initialInfoPaneWidth: number

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

type

{number}

memberof

ITemplateReducerState

initialTaskPaneWidth

initialTaskPaneWidth: number

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

type

{number}

memberof

ITemplateReducerState

legendVisible

legendVisible: boolean

Indicates if the legend is visible

type

{boolean}

memberof

ITemplateReducerState

selectionPanelVisible

selectionPanelVisible: boolean

Indicates if the selection panel is visible

type

{boolean}

memberof

ITemplateReducerState

taskPaneVisible

taskPaneVisible: boolean

Indicates if the task pane is visible

type

{boolean}

memberof

ITemplateReducerState

Generated using TypeDoc