module@warp-drive/core/reactive
Interface ProcessedExtension
Defined in: warp-drive-packages/core/src/reactive/-private/schema.ts:236
The result of processExtension normalizing a CAUTION_MEGA_DANGER_ZONE_Extension into a lookup of its features by name.
Properties
features
ts
features: Map<string | symbol, ExtensionDef>;Defined in: warp-drive-packages/core/src/reactive/-private/schema.ts:242
Each feature the extension exposes, keyed by its property name.
kind
ts
kind: "object" | "array";Defined in: warp-drive-packages/core/src/reactive/-private/schema.ts:238
Whether this extension applies to objects/resources or to arrays.
name
ts
name: string;Defined in: warp-drive-packages/core/src/reactive/-private/schema.ts:240
The name the extension was registered under.