Circle V2 API Docs
    Preparing search index...

    Type Alias FindAllByText<T>

    FindAllByText: (
        container: HTMLElement,
        id: Matcher,
        options?: SelectorMatcherOptions,
        waitForElementOptions?: waitForOptions,
    ) => Promise<T[]>

    Type Parameters

    • T extends HTMLElement = HTMLElement

    Type Declaration