@nospamproxy/core
    Preparing search index...
    interface InputLayer {
        autoFocus(): void;
        dispose(): void;
    }
    Index

    Methods

    • Queue a task to focus the first element with an "autofocus" attribute inside the root element or the root element itself.

      Returns void

    • Dispose this layer and restore focus on the previous active element if possible.

      Returns void