A screen tab field.

interface ScreenableField {
    id?: string;
    name?: string;
}

Properties

Properties

id?: string

The ID of the screen tab field.

name?: string

The name of the screen tab field. Required on create and update. The maximum length is 255 characters.