Circle V2 API Docs
Preparing search index...
@repo/ui-domain
tests
QueryMethod
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
(
container
:
HTMLElement
,
...
args
:
Arguments
)
:
Return
Parameters
container
:
HTMLElement
...
args
:
Arguments
Returns
Return
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...
query methods have a common call signature. Only the return type differs.