OptionalcurrentCurrent value for the property (injected by CommandFormFields)
OptionaldescriptionOptionalfieldOptionaliconOptionalonOptionalonCalled when the field value changes (injected by CommandFormFields)
OptionalpropertyOptionalrequiredOptionaltitle
Props for the CommandFormField marker component.
The value accessor uses a method declaration for bivariant type checking, allowing
(c: MyCommand) => c.nameto be passed via React.createElement without explicit generic arguments. For full type safety in JSX, supply the command type explicitly:<CommandFormField value={c => c.name} />