Skip to content

Documentation / jpl-vite / api / ExportContext

Interface: ExportContext

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

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

joplin-plugin-api/dist/types.d.ts:150

Released under the MIT License.