Skip to main content
Version: 2.x

AttributeDefinition.getValue() method

@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

Parameter

Type

Description

source

HTMLElement

The source element to access.

Returns:

any