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