lsync API
Preparing search index...
@lsync/client
CollectionApiMethod
Interface CollectionApiMethod<TInput, TOutput, T, TKey>
interface
CollectionApiMethod
<
TInput
=
undefined
,
TOutput
=
unknown
,
T
extends
object
=
any
,
TKey
extends
string
|
number
=
any
,
>
{
handler
?:
CollectionApiHandler
<
TInput
,
TOutput
,
T
,
TKey
>
;
path
?:
string
;
}
Type Parameters
TInput
=
undefined
TOutput
=
unknown
T
extends
object
=
any
TKey
extends
string
|
number
=
any
Index
Properties
handler?
path?
Properties
Optional
handler
handler
?:
CollectionApiHandler
<
TInput
,
TOutput
,
T
,
TKey
>
Optional
path
path
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
handler
path
lsync API
Loading...