Details of a screen scheme.

interface ScreenSchemeDetails {
    description?: string;
    name: string;
    screens: ScreenTypes;
}

Properties

description?: string

The description of the screen scheme. The maximum length is 255 characters.

name: string

The name of the screen scheme. The name must be unique. The maximum length is 255 characters.

screens: ScreenTypes

The IDs of the screens for the screen types of the screen scheme. Only screens used in classic projects are accepted.