TldrawEditorWithStoreProps
See source codeTable of contents
Props for the Tldraw and TldrawEditor components, when passing in a directly. If you would like tldraw to create a store for you, use TldrawEditorWithoutStoreProps.
interface TldrawEditorWithStoreProps {}
Properties
store
The store to use in the editor.
store: TLStore | TLStoreWithStatus
Prev
TldrawEditorWithoutStorePropsNext
TldrawOptions