Skip to content
module@warp-drive/core/reactive
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.