interface AddScreenTabField {
    fieldId: string;
    screenId: number;
    tabId: number;
}

Hierarchy (view full)

Properties

fieldId: string

The ID of the field to add.

screenId: number

The ID of the screen.

tabId: number

The ID of the screen tab.