Skip to main content

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

PropertyTypeDefined in
columnsstring[]src/types.ts:54
expressionstringsrc/types.ts:53
locationstringsrc/types.ts:55