banira
    Preparing search index...

    Interface A11yOptions

    interface A11yOptions {
        axeOptions?: Record<string, unknown>;
    }
    Index

    Properties

    Properties

    axeOptions?: Record<string, unknown>

    axe-core run options forwarded to axe.run (e.g. { runOnly: ['wcag2a'] }).