Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITaskPaneProps

TaskPane component props

export
interface

ITaskPaneProps

Hierarchy

  • ITaskPaneProps

Index

Properties

backAction

backAction: IItem

Optional currentUrl

currentUrl: undefined | string

Optional flyoutStates

flyoutStates: FlyoutVisibilitySet

forwardAction

forwardAction: IItem

homeAction

homeAction: IItem

Optional lastUrlPushed

lastUrlPushed: undefined | true | false

locale

locale: string

mapName

mapName: string

Optional maxHeight

maxHeight: undefined | number

onCloseFlyout

onCloseFlyout: function

Type declaration

    • (id: string): void
    • Parameters

      • id: string

      Returns void

onOpenFlyout

onOpenFlyout: function

Type declaration

onUrlLoaded

onUrlLoaded: function

Type declaration

    • (url: string): void
    • Parameters

      • url: string

      Returns void

session

session: string

showTaskBar

showTaskBar: boolean

Generated using TypeDoc