A screen tab.

interface ScreenableTab {
    id?: number;
    name: string;
}

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.