Skip to content

Documentation / joplin-plugin-api / ExportContext

Interface: ExportContext

Properties

destPath

destPath: string

Defined in

types.ts:180


options

options: ExportOptions

Defined in

types.ts:181


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.

Defined in

types.ts:186

Released under the MIT License.