@microsoft/fast-element > HTMLView > (constructor)
HTMLView.(constructor)
Constructs an instance of HTMLView.
Signature:constructor(fragment: DocumentFragment, behaviors: Behavior[]);
Parameters
| Parameter | Type | Description |
|---|---|---|
| fragment | DocumentFragment | The html fragment that contains the nodes for this view. |
| behaviors | Behavior[] | The behaviors to be applied to this view. |