Skip to content

Documentation / jpl-vite / 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

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

Released under the MIT License.