Enum RecordConfig

A set of configuration values for changing the behaviour of the Record mixin.

enum RecordConfig : string { ... }

Enum members

NameDescription
enableLet Automatically generate a [deconstruct] method for use with the [let] module.
enableMutation Automatically generate [with] methods to create copies with new values.
suppressCtor Suppress automatic constructor generation.