Details of a screen.

interface CreateScreen {
    description?: string;
    name: string;
}

Hierarchy (view full)

Properties

Properties

description?: string

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

name: string

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