interface ValidationMessage {
    $CreationOptions?: ValidationMessageCreationOptions;
    $ID: string;
    $Type: "Pages$ValidationMessage";
    appearance: Appearance;
    name: string;
    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
tabIndex: number