Skip to main content

@microsoft/fast-element > AttributeDefinition > getValue

AttributeDefinition.getValue() method

Gets the value of the attribute/property on the source element.

Signature:
getValue(source: HTMLElement): any;

Parameters

ParameterTypeDescription
sourceHTMLElementThe source element to access.
Returns:

any