Skip to content

Documentation / @warp-drive/core / reactive / registerDerivations

Function: registerDerivations()

ts
function registerDerivations(schema): void;

Defined in: core/src/reactive/-private/schema.ts:464

Registers the default derivations for records that want to use the PolarisMode defaults provided by

ts
import { withDefaults } from '@warp-drive/schema-record';

Parameters

schema

SchemaService

Returns

void

Released under the MIT License.