Attribute type for boolean values. Valid values for the Attribute are true and false.

interface AttributeBooleanType {
    name: "boolean";
}

Hierarchy (View Summary)

Properties

Properties

name: "boolean"