interface Label {
    $CreationOptions?: LabelCreationOptions;
    $ID: string;
    $Type: "Pages$Label";
    appearance: Appearance;
    caption: Text;
    conditionalVisibilitySettings: null | ConditionalVisibilitySettings;
    name: string;
    tabIndex: number;
}

Hierarchy (view full)

Properties

$CreationOptions?: LabelCreationOptions

Options to pass during the element creation

$ID: string

The unique id of the element.

$Type

The type of the element.

appearance: Appearance
caption: Text
conditionalVisibilitySettings: null | ConditionalVisibilitySettings
name: string
tabIndex: number