axe-hud API
    Preparing search index...

    Interface AxeLike

    Minimal slice of the axe-core API the runner depends on. Lets consumers inject a custom or version-pinned axe instance instead of the bundled lazy import.

    interface AxeLike {
        run(context: ContextSpec, options?: RunOptions): Promise<AxeResults>;
    }
    Index

    Methods

    Methods

    • Parameters

      • context: ContextSpec
      • Optionaloptions: RunOptions

      Returns Promise<AxeResults>