Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITaskPaneDispatch

Hierarchy

  • ITaskPaneDispatch

Index

Properties

closeFlyout

closeFlyout: function

Type declaration

    • (id: string): void
    • Parameters

      • id: string

      Returns void

goBack

goBack: function

Type declaration

    • (): void
    • Returns void

goForward

goForward: function

Type declaration

    • (): void
    • Returns void

goHome

goHome: function

Type declaration

    • (): void
    • Returns void

invokeCommand

invokeCommand: function

Type declaration

    • (cmd: ICommand, parameters?: any): void
    • Parameters

      • cmd: ICommand
      • Optional parameters: any

      Returns void

openFlyout

openFlyout: function

Type declaration

pushUrl

pushUrl: function

Type declaration

    • (url: string, silent?: undefined | true | false): void
    • Parameters

      • url: string
      • Optional silent: undefined | true | false

      Returns void

Generated using TypeDoc