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

    Interface Placeholder

    interface Placeholder {
        $CreationOptions?: PlaceholderCreationOptions;
        $ID: string;
        $Type: "Pages$Placeholder";
        appearance: Appearance;
        name: string;
        tabIndex: number;
        delete(): void;
        getContainer(): NativeLayoutContent;
    }

    Hierarchy (View Summary)

    Index

    Properties

    $CreationOptions?: PlaceholderCreationOptions

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "Pages$Placeholder"

    The type of the element.

    appearance: Appearance
    name: string
    tabIndex: number

    Methods

    • Returns void