Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.7.11
    Preparing search index...

    Interface AriaAttributes

    ARIA attributes for components

    interface AriaAttributes {
        "aria-atomic"?: boolean;
        "aria-busy"?: boolean;
        "aria-checked"?: boolean | "mixed";
        "aria-controls"?: string;
        "aria-current"?: AriaCurrent;
        "aria-describedby"?: string;
        "aria-disabled"?: boolean;
        "aria-expanded"?: boolean;
        "aria-haspopup"?: boolean | "menu" | "grid" | "dialog" | "listbox" | "tree";
        "aria-hidden"?: boolean;
        "aria-invalid"?: boolean | "grammar" | "spelling";
        "aria-label"?: string;
        "aria-labelledby"?: string;
        "aria-live"?: AriaLive;
        "aria-modal"?: boolean;
        "aria-orientation"?: "horizontal" | "vertical";
        "aria-owns"?: string;
        "aria-pressed"?: boolean;
        "aria-readonly"?: boolean;
        "aria-relevant"?: "all" | "additions" | "removals" | "text";
        "aria-required"?: boolean;
        "aria-selected"?: boolean;
        "aria-valuemax"?: number;
        "aria-valuemin"?: number;
        "aria-valuenow"?: number;
        "aria-valuetext"?: string;
        role?: AriaRole;
    }
    Index

    Properties

    "aria-atomic"?: boolean

    ARIA atomic (for live regions)

    "aria-busy"?: boolean

    ARIA busy state

    "aria-checked"?: boolean | "mixed"

    ARIA checked state

    "aria-controls"?: string

    ARIA controls element ID

    "aria-current"?: AriaCurrent

    ARIA current state

    "aria-describedby"?: string

    ARIA described by element ID

    "aria-disabled"?: boolean

    ARIA disabled state

    "aria-expanded"?: boolean

    ARIA expanded state

    "aria-haspopup"?: boolean | "menu" | "grid" | "dialog" | "listbox" | "tree"

    ARIA has popup type

    "aria-hidden"?: boolean

    ARIA hidden state

    "aria-invalid"?: boolean | "grammar" | "spelling"

    ARIA invalid state

    "aria-label"?: string

    ARIA label (Korean | English bilingual format)

    "aria-labelledby"?: string

    ARIA labelled by element ID

    "aria-live"?: AriaLive

    ARIA live region politeness

    "aria-modal"?: boolean

    ARIA modal state

    "aria-orientation"?: "horizontal" | "vertical"

    ARIA orientation

    "aria-owns"?: string

    ARIA owns element IDs

    "aria-pressed"?: boolean

    ARIA pressed state

    "aria-readonly"?: boolean

    ARIA readonly state

    "aria-relevant"?: "all" | "additions" | "removals" | "text"

    ARIA relevant (for live regions)

    "aria-required"?: boolean

    ARIA required state

    "aria-selected"?: boolean

    ARIA selected state

    "aria-valuemax"?: number

    ARIA value max

    "aria-valuemin"?: number

    ARIA value min

    "aria-valuenow"?: number

    ARIA value now (for progress indicators)

    "aria-valuetext"?: string

    ARIA value text

    role?: AriaRole

    ARIA role