Skip to content

Documentation / joplin-plugin-api / ExportOptions

Interface: ExportOptions

Defined in: types.ts:170

Properties

format?

optional format: string

Defined in: types.ts:171


path?

optional path: string

Defined in: types.ts:172


sourceFolderIds?

optional sourceFolderIds: string[]

Defined in: types.ts:173


sourceNoteIds?

optional sourceNoteIds: string[]

Defined in: types.ts:174


target?

optional target: FileSystemItem

Defined in: types.ts:176

Released under the MIT License.