Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "reducers/template"

Index

Functions

isElementState

  • isElementState(args: any): boolean
  • Checks if the given payload is an element state

    export

    Parameters

    • args: any

    Returns boolean

setCustomTemplateReducer

  • Installs a custom template reducer function. This is generally used by viewer templates which need to respond to template-related actions in a way that is unique to the template

    export

    Parameters

    Returns void

templateReducer

  • Parameters

    • Default value state: ITemplateReducerState = INITIAL_STATE
    • Default value action: AnyAction = { type: '', payload: undefined }

    Returns any

Object literals

INITIAL_STATE

INITIAL_STATE: object

legendVisible

legendVisible: boolean = true

selectionPanelVisible

selectionPanelVisible: boolean = true

taskPaneVisible

taskPaneVisible: boolean = true

Generated using TypeDoc