A screen tab.

interface AddScreenTab {
    id?: number;
    name: string;
    screenId: number;
}

Hierarchy (view full)

Properties

Properties

id?: number

The ID of the screen tab.

name: string

The name of the screen tab. The maximum length is 255 characters.

screenId: number

The ID of the screen.