AppOptions
Public Interface
Table of Contents
Signature
interface AppOptions {}
Properties
config
Public PropertySignature
A configuration defining major customizations to the app, such as custom shapes and new tools
Signature
config: TldrawEditorConfig
References
getContainer
Public PropertySignature
Should return a containing html element which has all the styles applied to the app. If not given, the body element will be used.
Signature
getContainer: () => HTMLElement
References
store
Public PropertySignature
The Store instance to use for keeping the app's data. This may be prepopulated, e.g. by loading from a server or database.
Signature
store: TLStore