- Preparing search index...
- The search index is not available
Markuplit API
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"
-
-
Optional
Readonly
valueDescriptions?: Readonly<Record<string, string>>