Circle V2 API Docs
    Preparing search index...

    Type Alias QueryByBoundAttribute<T>

    QueryByBoundAttribute: (
        container: HTMLElement,
        id: Matcher,
        options?: MatcherOptions,
    ) => T | null

    Type Parameters

    • T extends HTMLElement = HTMLElement

    Type Declaration