campfire.js
    Preparing search index...

    Type Alias SelectParams

    type SelectParams = {
        all?: true;
        from?: ParentNode;
        s: string;
    }
    Index

    Properties

    Properties

    all?: true

    Whether to return all elements matching the given selector or just the first.

    from?: ParentNode

    The parent node to query. Defaults to document.

    s: string

    The selector to query for.