Skip to main content

@microsoft/fast-element > TemplateValue

TemplateValue type

Represents the types of values that can be interpolated into a template.

Signature:
export declare type TemplateValue<TScope, TParent = any> = Binding<TScope, any, TParent> | string | number | HTMLDirective | CaptureType<TScope>;