.createCollection()
Creates a new collection where data will be stored in a separate file.
createCollection(name, defaultValues)
Parameter
Default
Description
name
The name for the collection
defaultValues
{}
Default values for omitted keys
Returns
Description
The new collection
With default values:
With incrementable properties:
Incrementable properties only work with values of type Number.
The Typescript typings for incrementable properties are not yet properly working as of version 2.13.0.
Last updated
Was this helpful?