Graphorin API reference v0.12.1
Graphorin API reference / @graphorin/cli / / MemoryInspectFact
Interface: MemoryInspectFact
Defined in: packages/cli/src/commands/memory.ts:323
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
createdAt | readonly | string | - | packages/cli/src/commands/memory.ts:334 |
id | readonly | string | - | packages/cli/src/commands/memory.ts:324 |
importance | readonly | number | null | X-1 / migration 015: per-fact importance (salience hint), if set. | packages/cli/src/commands/memory.ts:329 |
provenance | readonly | string | null | - | packages/cli/src/commands/memory.ts:327 |
status | readonly | string | - | packages/cli/src/commands/memory.ts:326 |
supersededBy | readonly | string | null | - | packages/cli/src/commands/memory.ts:333 |
supersedes | readonly | string | null | - | packages/cli/src/commands/memory.ts:332 |
text | readonly | string | - | packages/cli/src/commands/memory.ts:325 |
validFrom | readonly | string | null | - | packages/cli/src/commands/memory.ts:330 |
validTo | readonly | string | null | - | packages/cli/src/commands/memory.ts:331 |