ComputedRole: {
    el: Element;
    errorType?: RoleComputationError;
    role: ARIARole & {
        isImplicit?: boolean;
        superClassRoles: readonly ARIARoleInSchema[];
    } | null;
}

Type declaration

Generated using TypeDoc