ARIAProperty: {
    conditionalValue?: readonly {
        role: readonly string[];
        value: ARIAAttributeValue;
    }[];
    defaultValue?: string;
    deprecated?: true;
    enum: readonly string[];
    equivalentHtmlAttrs?: readonly EquivalentHtmlAttr[];
    isGlobal?: true;
    name: string;
    type: "property" | "state";
    value: ARIAAttributeValue;
    valueDescriptions?: Readonly<Record<string, string>>;
}

Type declaration

  • Optional Readonly conditionalValue?: readonly {
        role: readonly string[];
        value: ARIAAttributeValue;
    }[]
  • Optional Readonly defaultValue?: string
  • Optional Readonly deprecated?: true
  • Readonly enum: readonly string[]
  • Optional Readonly equivalentHtmlAttrs?: readonly EquivalentHtmlAttr[]
  • Optional Readonly isGlobal?: true
  • Readonly name: string
  • Readonly type: "property" | "state"
  • Readonly value: ARIAAttributeValue
  • Optional Readonly valueDescriptions?: Readonly<Record<string, string>>

Generated using TypeDoc