본문으로 건너뛰기

TemplateVariable

Defined in: src/types.ts:67

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:69
expressionstringsrc/types.ts:68
locationstringsrc/types.ts:70