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

    Interface SnippetCallWidget

    interface SnippetCallWidget {
        $CreationOptions?: SnippetCallWidgetCreationOptions;
        $ID: string;
        $Type: "Pages$SnippetCallWidget";
        appearance: Appearance;
        name: string;
        snippetCall: SnippetCall;
        tabIndex: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "Pages$SnippetCallWidget"

    The type of the element.

    appearance: Appearance
    name: string
    snippetCall: SnippetCall
    tabIndex: number