FixedField<A>A read-only field — a ConfigField with no control methods.
modelsConfigField
Source src/DynamicConfig.ts:1091 lines
export type type FixedField<A> = ConfigField<A>A read-only field — a
ConfigField
with no control methods.
FixedField<function (type parameter) A in type FixedField<A>A> = interface ConfigField<A>A yieldable config field. yield* field reads its underlying Config
through the ambient provider. Read-only on its own;
SwappableField
adds the control methods — so swappability is a structural distinction, not a
stored marker flag.
ConfigField<function (type parameter) A in type FixedField<A>A>;
Referenced by 1 symbols