@yesstudio/nuxt-composables
    Preparing search index...

    Interface ARIAMixin

    interface ARIAMixin {
        ariaActiveDescendantElement: Element | null;
        ariaAtomic: string | null;
        ariaAutoComplete: string | null;
        ariaBrailleLabel: string | null;
        ariaBrailleRoleDescription: string | null;
        ariaBusy: string | null;
        ariaChecked: string | null;
        ariaColCount: string | null;
        ariaColIndex: string | null;
        ariaColIndexText: string | null;
        ariaColSpan: string | null;
        ariaControlsElements: readonly Element[] | null;
        ariaCurrent: string | null;
        ariaDescribedByElements: readonly Element[] | null;
        ariaDescription: string | null;
        ariaDetailsElements: readonly Element[] | null;
        ariaDisabled: string | null;
        ariaErrorMessageElements: readonly Element[] | null;
        ariaExpanded: string | null;
        ariaFlowToElements: readonly Element[] | null;
        ariaHasPopup: string | null;
        ariaHidden: string | null;
        ariaInvalid: string | null;
        ariaKeyShortcuts: string | null;
        ariaLabel: string | null;
        ariaLabelledByElements: readonly Element[] | null;
        ariaLevel: string | null;
        ariaLive: string | null;
        ariaModal: string | null;
        ariaMultiLine: string | null;
        ariaMultiSelectable: string | null;
        ariaOrientation: string | null;
        ariaOwnsElements: readonly Element[] | null;
        ariaPlaceholder: string | null;
        ariaPosInSet: string | null;
        ariaPressed: string | null;
        ariaReadOnly: string | null;
        ariaRelevant: string | null;
        ariaRequired: string | null;
        ariaRoleDescription: string | null;
        ariaRowCount: string | null;
        ariaRowIndex: string | null;
        ariaRowIndexText: string | null;
        ariaRowSpan: string | null;
        ariaSelected: string | null;
        ariaSetSize: string | null;
        ariaSort: string | null;
        ariaValueMax: string | null;
        ariaValueMin: string | null;
        ariaValueNow: string | null;
        ariaValueText: string | null;
        role: string | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    ariaActiveDescendantElement: Element | null
    ariaAtomic: string | null
    ariaAutoComplete: string | null
    ariaBrailleLabel: string | null
    ariaBrailleRoleDescription: string | null
    ariaBusy: string | null
    ariaChecked: string | null
    ariaColCount: string | null
    ariaColIndex: string | null
    ariaColIndexText: string | null
    ariaColSpan: string | null
    ariaControlsElements: readonly Element[] | null
    ariaCurrent: string | null
    ariaDescribedByElements: readonly Element[] | null
    ariaDescription: string | null
    ariaDetailsElements: readonly Element[] | null
    ariaDisabled: string | null
    ariaErrorMessageElements: readonly Element[] | null
    ariaExpanded: string | null
    ariaFlowToElements: readonly Element[] | null
    ariaHasPopup: string | null
    ariaHidden: string | null
    ariaInvalid: string | null
    ariaKeyShortcuts: string | null
    ariaLabel: string | null
    ariaLabelledByElements: readonly Element[] | null
    ariaLevel: string | null
    ariaLive: string | null
    ariaModal: string | null
    ariaMultiLine: string | null
    ariaMultiSelectable: string | null
    ariaOrientation: string | null
    ariaOwnsElements: readonly Element[] | null
    ariaPlaceholder: string | null
    ariaPosInSet: string | null
    ariaPressed: string | null
    ariaReadOnly: string | null
    ariaRelevant: string | null
    ariaRequired: string | null
    ariaRoleDescription: string | null
    ariaRowCount: string | null
    ariaRowIndex: string | null
    ariaRowIndexText: string | null
    ariaRowSpan: string | null
    ariaSelected: string | null
    ariaSetSize: string | null
    ariaSort: string | null
    ariaValueMax: string | null
    ariaValueMin: string | null
    ariaValueNow: string | null
    ariaValueText: string | null
    role: string | null