Circle V2 API Docs
    Preparing search index...

    Type Alias AllByText<T>

    AllByText: (
        container: HTMLElement,
        id: Matcher,
        options?: SelectorMatcherOptions,
    ) => T[]

    Type Parameters

    • T extends HTMLElement = HTMLElement

    Type Declaration