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

Hierarchy (view full)

Properties

$CreationOptions?: PlaceholderCreationOptions

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
tabIndex: number

Methods

  • Returns void