Skip to content

TemplateVariable

import { TemplateVariable } from "@alloy-js/core";
<TemplateVariable name="string">
{children}
</TemplateVariable>
childrenChildren

The value of the variable.

namestring

The name of the variable.

import { TemplateVariable } from "@alloy-js/core";
<TemplateVariable name="string" value="string" />
namestring

The name of the variable.

valuestring

The value of the variable.