Expand description
Serializable entry description — the on-disk shape of one plugin entry.
Structs§
- Entry
Options - One entry in a config file: a plugin instance plus its group position.
Enums§
- Disabled
- One entry’s disable state: a static flag or a
!!jsexpression evaluated at activation, with the raw text kept for write-back.
Constants§
- GROUP_
NAME - Entry name of the built-in group plugin: a row named
group(or any row with children) is a group. - IMPORT_
NAME - Entry name that mounts another config file as a subtree
(
name: importwithconfig: { url: "…" }).