Enum RecordConfig
A set of configuration values for changing the behaviour of the Record mixin.
enum RecordConfig
: string { ... }
Enum members
Name | Description |
---|---|
enableLet
|
Automatically generate a [deconstruct] method for use with the [let] module. |
enableMutation
|
Automatically generate [with |
suppressCtor
|
Suppress automatic constructor generation. |