Documentation / jpl-vite / api / ExportContext
Interface: ExportContext
Defined in: joplin-plugin-api/dist/types.d.ts:144
Properties
destPath
destPath:
string
Defined in: joplin-plugin-api/dist/types.d.ts:145
options
options:
ExportOptions
Defined in: joplin-plugin-api/dist/types.d.ts:146
userData?
optional
userData:any
Defined in: joplin-plugin-api/dist/types.d.ts:150
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.