TLStoreProps
See source codeTable of contents
interface TLStoreProps {}
Properties
assets
assets: Required<TLAssetStore>
collaboration
optional
collaboration?: {
  status: null | Signal<'offline' | 'online'>
}
defaultName
defaultName: string
Methods
onMount
Called an Editor connected to this store is mounted.
Parameters
| Name | Description | 
|---|---|
  |  | 
Returns
(() => void) | void
Prev
TLScribbleNext
TLTextShapeProps