@nospamproxy/core
    Preparing search index...

    Interface InputLayerOptions

    interface InputLayerOptions {
        modal: boolean;
        root: HTMLElement;
        taskQueue: TaskQueue;
    }
    Index

    Properties

    Properties

    modal: boolean

    If true, all layers below this one will be inert.

    root: HTMLElement

    The root of the layer.

    This element should be focusable.

    taskQueue: TaskQueue

    The task queue.