* Registers a new option with the given key and value. * @param key The key of the option. Must be unique, not contain ',' and shouldn't change in the future * @param value The value of the option * @param label The label of the option, displayed in the UI * @param defaultStatus The default
(key: K & Exclude<K, keyof T>, value: V, label: string, defaultStatus: boolean)
source not stored for this graph (policy: none)
no test coverage detected