lsync API
Preparing search index...
@lsync/client
CollectionApiHandlerArgs
Interface CollectionApiHandlerArgs<TInput, T, TKey>
interface
CollectionApiHandlerArgs
<
TInput
,
T
extends
object
,
TKey
extends
string
|
number
,
>
{
collection
:
Collection
<
T
,
TKey
>
;
input
:
TInput
;
params
:
CollectionScopeParams
;
scope
:
string
;
}
Type Parameters
TInput
T
extends
object
TKey
extends
string
|
number
Index
Properties
collection
input
params
scope
Properties
collection
collection
:
Collection
<
T
,
TKey
>
input
input
:
TInput
params
params
:
CollectionScopeParams
scope
scope
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
collection
input
params
scope
lsync API
Loading...