pixi.js
    Preparing search index...

    Interface AccessibilityOptionsAdvanced

    The options for the accessibility system.

    interface AccessibilityOptions {
        activateOnTab?: boolean;
        deactivateOnMouseMove?: boolean;
        debug?: boolean;
        enabledByDefault?: boolean;
    }
    Index

    Properties

    activateOnTab?: boolean

    Whether to allow tab key press to activate accessibility features

    deactivateOnMouseMove?: boolean

    Whether to deactivate accessibility when mouse moves

    debug?: boolean

    Whether to visually show the accessibility divs for debugging

    enabledByDefault?: boolean

    Whether to enable accessibility features on initialization instead of waiting for tab key