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

Hierarchy (view full)

Properties

Options to pass during the element creation

$ID: string

The unique id of the element.

$Type

The type of the element.

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