Documentation / joplin-plugin-api / ExportContext
Interface: ExportContext
Properties
destPath
destPath:
string
Defined in
options
options:
ExportOptions
Defined in
userData?
optional
userData:any
You can attach your own custom data using this property - it will then be passed to each event handler, allowing you to keep state from one event to the next.