Constructs a new custom attribute handler that will act on the given element and provides the initial value of the attribute. Attribute name is also provided in case the handler supports different attributes. By the time this constructor is called, the DOM element had already been created and standard attributes and event listeners had been applied.
Virtual node for this element. The handler can retrieve the DOM element from this interface and also use other methods (e.g. subscribe to services).
Initial value of the custom attribute
Name of the custom attribute
Generated using TypeDoc
The ICustomAttributeHandlerClass interface represents a class of handlers of custom attributes that can be applied to intrinsic (HTML or SVG) elements. The requirements on such classes are: