Attribute type for Boolean values. Valid values for the Attribute are true and false (JSON Boolean).

interface AttributeBooleanType {
    name: "boolean";
}

Properties

Properties

name: "boolean"

Generated using TypeDoc