eligius
    Preparing search index...

    Variable selectElementConst

    selectElement: TOperation<
        ISelectElementOperationData,
        Omit<ISelectElementOperationData, "selector" | "useSelectedElementAsRoot">,
    > = ...

    This operation selects one or more elements using the specified selector.

    If useSelectedElementAsRoot is set to true and a valid DOM element is assigned to the current operation data's selectedElement property then the element will be looked for only in the descendant elements of this DOM element.