PretenderARIA: {
    name?: boolean | {
        fromAttr: string;
    };
}

Pretender Node ARIA properties

Type declaration

  • Optional Readonly name?: boolean | {
        fromAttr: string;
    }

    Accessible name

    • If it is true, it assumes the element has any text on its accessible name.
    • If it specifies fromAttr property, it assumes the accessible name refers to the value of the attribute.

Generated using TypeDoc