Skip to content

Documentation / joplin-plugin-api / Path

Type Alias: Path

Path: string[]

Defined in: types.ts:496

An array of at least one element and at most three elements.

  • [0]: Resource name (eg. "notes", "folders", "tags", etc.)
  • [1]: (Optional) Resource ID.
  • [2]: (Optional) Resource link.

Released under the MIT License.