Skip to main content

Module options

Module options 

Source
Expand description

Serializable entry description — the on-disk shape of one plugin entry.

Structs§

EntryOptions
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 !!js expression 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: import with config: { url: "…" }).