Circle V2 API Docs
    Preparing search index...

    Type Alias GetByText<T>

    GetByText: (
        container: HTMLElement,
        id: Matcher,
        options?: SelectorMatcherOptions,
    ) => T

    Type Parameters

    • T extends HTMLElement = HTMLElement

    Type Declaration