@mendix/extensions-api - v0.2.4
    Preparing search index...

    Interface Label

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

    Hierarchy (View Summary)

    Index

    Properties

    $CreationOptions?: LabelCreationOptions

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "Pages$Label"

    The type of the element.

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