Skip to main content

lightyear.definecollectionprops

Home > @runlightyear/lightyear > DefineCollectionProps

DefineCollectionProps interface

Signature:
interface DefineCollectionProps 

Required Properties

PropertyModifiersTypeDescription
namestring
titlestring

Optional Properties

PropertyModifiersTypeDescription
enabled?{ [modelName: string]: boolean; }
models?Array<{ name: string; title: string; schema?: unknown; matchOn?: MatchSpec; }>