Skip to content
module@warp-drive/core/reactive

Function registerDerivations()

ts
function registerDerivations(schema): void;

Defined in: warp-drive-packages/core/src/reactive/-private/schema.ts:508

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.