Skip to main content

@microsoft/fast-element > HTMLBindingDirective > targetName

HTMLBindingDirective.targetName property

Gets/sets the name of the attribute or property that this binding is targeting.

Signature:
get targetName(): string | undefined;

set targetName(value: string | undefined);