Skip to content
module@warp-drive/schema-dsl

Defined in: fields/local.ts:12

Options accepted by the local decorator.

Properties

defaultValue?

ts
optional defaultValue?: PrimitiveValue;

Defined in: fields/local.ts:19

The value to use for the field until it is first set. Compiles onto the LocalField's options.defaultValue.

Released under the MIT License.