Skip to content

Documentation / joplin-plugin-api / Path

Type Alias: Path

Path: string[]

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.

Defined in

types.ts:496

Released under the MIT License.