Options
All
  • Public
  • Public/Protected
  • All
Menu

Module tabStrip

Functions required to implement a tabstrip

Index

Functions

endDrag

  • endDrag(event: DragEvent, window: Identity): Promise<void>
  • Ends the HTML5 Dragging Sequence.

    Parameters

    • event: DragEvent
    • window: Identity

    Returns Promise<void>

reorderTabs

  • reorderTabs(newOrdering: Identity[]): Promise<void>
  • Resets the tabs to the order provided. The length of tabs Identity array must match the current number of tabs, and each current tab must appear in the array exactly once to be valid. If the input isn’t valid, the call will reject and no change will be made.

    Parameters

    • newOrdering: Identity[]

    Returns Promise<void>

startDrag

  • startDrag(): Promise<void>
  • Starts the HTML5 Dragging Sequence

    Returns Promise<void>

updateTabProperties

  • updateTabProperties(window: Identity, properties: Partial<TabProperties>): Promise<void>
  • Updates a Tabs Properties on the Tab strip.

    Parameters

    Returns Promise<void>