banira
    Preparing search index...

    Interface A11yResult

    Outcome of an axe-core run against a mounted component.

    interface A11yResult {
        incomplete: number;
        passed: boolean;
        violations: A11yViolation[];
    }
    Index

    Properties

    incomplete: number

    Count of checks axe could not complete (need a human review).

    passed: boolean
    violations: A11yViolation[]