Interfaces

SemanticRender

Interface: SemanticRender

Defined in: src/lib/semantics/types.ts:137

Rendering HINTS — the tool never renders. A UI that understands them draws a better table; one that does not loses nothing, because everything load- bearing is in the data fields. Dropped from the model's view entirely.

Properties

chart_hint?

readonly optional chart_hint?: string

Defined in: src/lib/semantics/types.ts:147

Chart-shape hint ('line per entity').


columns?

readonly optional columns?: readonly string[]

Defined in: src/lib/semantics/types.ts:141

Column order for a tabular view.


default

readonly default: string

Defined in: src/lib/semantics/types.ts:139

The default presentation ('table', 'chart', 'prose', …). A hint.


filter_note?

readonly optional filter_note?: string

Defined in: src/lib/semantics/types.ts:145

A note about what filtering already happened ('replicas excluded').


sort?

readonly optional sort?: string

Defined in: src/lib/semantics/types.ts:143

Sort hint ('avg_iops desc').

On this page