Skip to main content

EDITABLE_SETTINGS

Constant EDITABLE_SETTINGS 

Source
pub const EDITABLE_SETTINGS: &[EditableSetting];
Expand description

What: Initial Phase-0 subset of editable settings.

Inputs:

  • None.

Output:

Details:

  • Covers each ValueKind variant at least once so the editor’s popup variants can be exercised end-to-end before Phase 1 fills in the rest.
  • Phase 1 extends this slice; consumers must treat it as append-only by key name.