rulvar API reference / @rulvar/rulvar / ExtensionAppendInput
Interface: ExtensionAppendInput
Defined in: packages/core/dist/index.d.ts
One append into an extension-owned sequential scope.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
key | string | The content key; extension kinds derive their own. | packages/core/dist/index.d.ts |
kind | EntryKind | - | packages/core/dist/index.d.ts |
scope | string | - | packages/core/dist/index.d.ts |
value | Json | - | packages/core/dist/index.d.ts |