Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/cli / / MemoryInspectFact
Interface: MemoryInspectFact
Defined in: packages/cli/src/commands/memory.ts:193
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
createdAt | readonly | string | - | packages/cli/src/commands/memory.ts:204 |
id | readonly | string | - | packages/cli/src/commands/memory.ts:194 |
importance | readonly | number | null | X-1 / migration 015: per-fact importance (salience hint), if set. | packages/cli/src/commands/memory.ts:199 |
provenance | readonly | string | null | - | packages/cli/src/commands/memory.ts:197 |
status | readonly | string | - | packages/cli/src/commands/memory.ts:196 |
supersededBy | readonly | string | null | - | packages/cli/src/commands/memory.ts:203 |
supersedes | readonly | string | null | - | packages/cli/src/commands/memory.ts:202 |
text | readonly | string | - | packages/cli/src/commands/memory.ts:195 |
validFrom | readonly | string | null | - | packages/cli/src/commands/memory.ts:200 |
validTo | readonly | string | null | - | packages/cli/src/commands/memory.ts:201 |