Circle V2 API Docs
    Preparing search index...

    Type Alias QueryMethod<Arguments, Return>

    QueryMethod: (container: HTMLElement, ...args: Arguments) => Return

    query methods have a common call signature. Only the return type differs.

    Type Parameters

    • Arguments extends any[]
    • Return

    Type Declaration