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

    Interface TemplatePlaceholder

    interface TemplatePlaceholder {
        $CreationOptions?: TemplatePlaceholderCreationOptions;
        $ID: string;
        $Type: "Pages$TemplatePlaceholder";
        appearance: Appearance;
        name: string;
        tabIndex: number;
        type: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "Pages$TemplatePlaceholder"

    The type of the element.

    appearance: Appearance
    name: string
    tabIndex: number
    type: string