Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

CommandRegistrationFunc: (name: string, cmdDef: ICommand | IInvokeUrlCommand | ISearchCommand) => void

Type declaration

Functions

  • isUIWidget(widget: any): widget is UIWidget
  • Parameters

    • widget: any

    Returns widget is UIWidget

  • Parameters

    Returns { hasLegend: boolean; hasNavigator: boolean; hasSelectionPanel: boolean; hasStatus: boolean; hasTaskBar: boolean; initialTask: string; isStateless: boolean; taskPane: undefined | Widget; viewSize: undefined | Widget; widgetsByKey: Dictionary<Widget> }

    • hasLegend: boolean
    • hasNavigator: boolean
    • hasSelectionPanel: boolean
    • hasStatus: boolean
    • hasTaskBar: boolean
    • initialTask: string
    • isStateless: boolean
    • taskPane: undefined | Widget
    • viewSize: undefined | Widget
    • widgetsByKey: Dictionary<Widget>

Generated using TypeDoc