documentationfor yFiles for HTML 3.0.0.3

TaggedHtmlVisual<TElement extends Element,TTag>

An utility type for HtmlVisual that restricts the type of the element property and adds a tag property to store additional data.

Inheritance Hierarchy
TaggedHtmlVisual

Remarks

The main usage of this type is as type parameter of a "Base" style like NodeStyleBase<TVisual>.

You can obtain an instance of such a type from the factory method from.

Type Parameters

TElement: Element
The type of the property.
TTag
The type of the property.

Type Details

yFiles module
view

See Also

Properties