Circle V2 API Docs
    Preparing search index...

    Type Alias QueryByAttribute

    QueryByAttribute: (
        attribute: string,
        container: HTMLElement,
        id: Matcher,
        options?: MatcherOptions,
    ) => HTMLElement | null

    Type Declaration

      • (
            attribute: string,
            container: HTMLElement,
            id: Matcher,
            options?: MatcherOptions,
        ): HTMLElement | null
      • Parameters

        Returns HTMLElement | null