Details of a screen scheme.

interface UpdateScreenSchemeDetails {
    description?: string;
    name?: string;
    screens?: UpdateScreenTypes;
}

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.

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