TLStoreBaseOptions
Table of contents
interface TLStoreBaseOptions {}
Properties
How should this store upload & resolve assets?
assets?: TLAssetStore
The default name for the store.
defaultName?: string
The initial data for the store.
initialData?: SerializedStore<TLRecord>
Is this store connected to a multiplayer sync server?
multiplayerStatus?: null | Signal<'offline' | 'online'>
Called when the store is connected to an Editor.
onEditorMount?: (editor: Editor) => (() => void) | void