Skip to content

Documentation / joplin-plugin-api / ExportContext

Interface: ExportContext

Defined in: types.ts:179

Properties

destPath

destPath: string

Defined in: types.ts:180


options

options: ExportOptions

Defined in: types.ts:181


userData?

optional userData: any

Defined in: types.ts:186

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.

Released under the MIT License.