interface MoveScreenTabField {
    after?: string;
    id: string;
    position?: string;
    screenId: number;
    tabId: number;
}

Hierarchy (view full)

Properties

after?: string

The ID of the screen tab field after which to place the moved screen tab field. Required if position isn't provided.

id: string

The ID of the field.

position?: string

The named position to which the screen tab field should be moved. Required if after isn't provided.

screenId: number

The ID of the screen.

tabId: number

The ID of the screen tab.