Options
All
  • Public
  • Public/Protected
  • All
Menu

External module 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(window: Identity): Promise<void>
  • Starts the HTML5 Dragging Sequence

    Parameters

    • window: Identity

    Returns Promise<void>