Circle V2 API Docs
    Preparing search index...

    Type Alias QueryByText<T>

    QueryByText: (
        container: HTMLElement,
        id: Matcher,
        options?: SelectorMatcherOptions,
    ) => T | null

    Type Parameters

    • T extends HTMLElement = HTMLElement

    Type Declaration