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?
readonlyoptionalchart_hint?:string
Defined in: src/lib/semantics/types.ts:147
Chart-shape hint ('line per entity').
columns?
readonlyoptionalcolumns?: readonlystring[]
Defined in: src/lib/semantics/types.ts:141
Column order for a tabular view.
default
readonlydefault:string
Defined in: src/lib/semantics/types.ts:139
The default presentation ('table', 'chart', 'prose', …). A hint.
filter_note?
readonlyoptionalfilter_note?:string
Defined in: src/lib/semantics/types.ts:145
A note about what filtering already happened ('replicas excluded').
sort?
readonlyoptionalsort?:string
Defined in: src/lib/semantics/types.ts:143
Sort hint ('avg_iops desc').
