lsync API
Preparing search index...
@lsync/definitions
CollectionDefinition
Interface CollectionDefinition<TRow, TKey, TChildren, TApi>
interface
CollectionDefinition
<
TRow
extends
object
=
Record
<
string
,
unknown
>
,
TKey
extends
keyof
TRow
&
string
=
keyof
TRow
&
string
,
TChildren
extends
CollectionDefinitions
=
CollectionDefinitions
,
TApi
extends
ApiDefinitions
=
ApiDefinitions
,
>
{
api
:
TApi
;
children
:
TChildren
;
key
:
TKey
;
name
:
string
;
path
:
string
;
schema
:
StandardSchemaV1
;
}
Type Parameters
TRow
extends
object
=
Record
<
string
,
unknown
>
TKey
extends
keyof
TRow
&
string
=
keyof
TRow
&
string
TChildren
extends
CollectionDefinitions
=
CollectionDefinitions
TApi
extends
ApiDefinitions
=
ApiDefinitions
Index
Properties
api
children
key
name
path
schema
Properties
api
api
:
TApi
children
children
:
TChildren
key
key
:
TKey
name
name
:
string
path
path
:
string
schema
schema
:
StandardSchemaV1
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
api
children
key
name
path
schema
lsync API
Loading...