@microsoft/fast-element > Aspected

Aspected interface

Represents something that applies to a specific aspect of the DOM.

Signature:

export interface Aspected 

Properties

Property

Modifiers

Type

Description

aspectType

DOMAspect

The type of aspect to target.

dataBinding?

Binding

(Optional) A binding if one is associated with the aspect.

sourceAspect

string

The original source aspect exactly as represented in markup.

targetAspect

string

The evaluated target aspect, determined after processing the source.