Skip to content

Documentation / @warp-drive/schema-record / registerDerivations

Function: registerDerivations()

ts
function registerDerivations(schema): void;

Defined in: warp-drive-packages/core/declarations/reactive/-private/schema.d.ts:207

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.