Circle V2 API Docs
    Preparing search index...

    Type Alias FindAllByRole<T>

    FindAllByRole: (
        container: HTMLElement,
        role: ByRoleMatcher,
        options?: ByRoleOptions,
        waitForElementOptions?: waitForOptions,
    ) => Promise<T[]>

    Type Parameters

    • T extends HTMLElement = HTMLElement

    Type Declaration