BooleanPropertyMetadata: BasePropertyMetadata & WithDefaultMetadata<boolean> & {
    type: "boolean";
}

Metadata for boolean properties.

Type declaration

  • type: "boolean"

    The type of the property.