@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 |
|---|---|---|---|
|
The type of aspect to target. | |||
|
(Optional) A binding if one is associated with the aspect. | |||
|
string |
The original source aspect exactly as represented in markup. | ||
|
string |
The evaluated target aspect, determined after processing the source. |