Skip to content

DeriveParams

The bag of values received by a derive handler.

Identical to ActionParams: derives run after full resolution and before the action handler, with typed args/flags/current context plus out and meta.

Signatures

ts
type DeriveParams<F extends Record<string, FlagBuilder<FlagConfig>>, A extends Record<string, ArgBuilder<ArgConfig>>, C extends Record<string, unknown>> = ActionParams<F, A, C>;

See Also

Released under the MIT License.