A screen with tab details.

interface ScreenWithTab {
    description?: string;
    id?: number;
    name?: string;
    scope?: Version3.Version3Models.Scope;
    tab?: Version3.Version3Models.ScreenableTab;
}

Properties

description?: string

The description of the screen.

id?: number

The ID of the screen.

name?: string

The name of the screen.