Home > @momentum-design/common > CommandParams

CommandParams type

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Params interface to be provided as a generic to the abstract Command class.

Signature:

export type Params = Record<string, any>;

Remarks

This interface reflects the values that will be availble within the new Command().params class property.