Interface: TemplateVariable
Defined in: src/types.ts:52
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[] | src/types.ts:54 |
expression | string | src/types.ts:53 |
location | string | src/types.ts:55 |