본문으로 건너뛰기

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

PropertyTypeDefined in
columnsstring[]impl/js/src/types.ts:94
expressionstringimpl/js/src/types.ts:93
locationstringimpl/js/src/types.ts:95