Circle V2 API Docs
    Preparing search index...

    Type Alias FindAllByBoundAttribute<T>

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

    Type Parameters

    • T extends HTMLElement = HTMLElement

    Type Declaration