ink-cartridge
    Preparing search index...

    Interface FocusSetOptions

    Options for focusing a specific target within a layer.

    interface FocusSetOptions {
        element?: string;
        group?: string;
    }
    Index
    element?: string

    The element ID within the current layer. Required when the current owner is a string (layerId) to locate the specific element's keyboard layer within the layer's element map.

    group?: string

    The focus group identifier. When set, focuses a target within a specific named group rather than the default group.