Closed b-ma closed 1 month ago
A parameter that must be defined when creating the state, e.g.
{ uuid: { type: 'string', required: true, }, }
Throw error if not given in init values
Good to have.
Should we also throw an error if the definition contains a default attribute?
default
release in v4.0.0-alpha.29
A parameter that must be defined when creating the state, e.g.
Throw error if not given in init values