Circle V2 API Docs
    Preparing search index...

    Type Alias AllByRole<T>

    AllByRole: (
        container: HTMLElement,
        role: ByRoleMatcher,
        options?: ByRoleOptions,
    ) => T[]

    Type Parameters

    • T extends HTMLElement = HTMLElement

    Type Declaration