Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITaskPaneReducerState

Describes the reducer state branch for Task Pane component

export
interface

ITaskPaneReducerState

Hierarchy

  • ITaskPaneReducerState

Index

Properties

initialUrl

initialUrl: string | undefined

The initial URL

type

{(string | undefined)}

memberof

ITaskPaneReducerState

lastUrlPushed

lastUrlPushed: boolean

The last pushed URL

type

{boolean}

memberof

ITaskPaneReducerState

navIndex

navIndex: number

The current navigation index

type

{number}

memberof

ITaskPaneReducerState

navigation

navigation: string[]

The current navigation history stack

type

{string[]}

memberof

ITaskPaneReducerState

Generated using TypeDoc