interface MoveScreenTab {
    pos: number;
    screenId: number;
    tabId: number;
}

Properties

Properties

pos: number

The position of tab. The base index is 0.

screenId: number

The ID of the screen.

tabId: number

The ID of the screen tab.