SchemaPropsInfo
See source codeTable of contents
interface SchemaPropsInfo {}
Properties
meta
optional
meta?: Record<string, StoreValidator<any>>
migrations
optional
migrations?: LegacyMigrations | MigrationSequence | TLPropsMigrations
props
optional
props?: Record<string, StoreValidator<any>>
Prev
EmbedDefinitionNext
TLArrowBindingProps