interface GetAllScreenTabFields {
    projectKey?: string;
    screenId: number;
    tabId: number;
}

Properties

projectKey?: string

The key of the project.

screenId: number

The ID of the screen.

tabId: number

The ID of the screen tab.