@microsoft/fast-element > HydrationBindingError

HydrationBindingError class

Signature:

export declare class HydrationBindingError extends Error 

Extends: Error

Constructors

Constructor

Modifiers

Description

(constructor)(message, factory, fragment, templateString)

Constructs a new instance of the HydrationBindingError class

Properties

Property

Modifiers

Type

Description

factory

readonly

ViewBehaviorFactory

The factory that was unable to be bound

fragment

readonly

DocumentFragment

A DocumentFragment containing a clone of the view's Nodes.

templateString

readonly

string

String representation of the HTML in the template that threw the binding error.