TemplateVariable
Defined in: impl/js/src/types.ts:92
A parsed template-expression reference inside a single cell.
Returned indirectly via analyze (ParsedTemplate.variables).
The concrete shape is TypeScript-impl-specific; porters should NOT copy this structure (see PORTERS_GUIDE.md "What you MUST NOT copy from the TS impl"). Tooling that inspects templates can rely on it, but it's not normatively part of the XTL spec.
Properties
| Property | Type | Defined in |
|---|---|---|
columns | string[] | impl/js/src/types.ts:94 |
expression | string | impl/js/src/types.ts:93 |
location | string | impl/js/src/types.ts:95 |