interface DeleteScreenTab {
    screenId: number;
    tabId: number;
}

Properties

Properties

screenId: number

The ID of the screen.

tabId: number

The ID of the screen tab.