TLStoreProps
Table of contents
interface TLStoreProps {}
Properties
assets: Required<TLAssetStore>
defaultName: string
multiplayerStatus: null | Signal<'offline' | 'online'>
Called an Editor connected to this store is mounted.
onEditorMount: (editor: unknown) => (() => void) | void