documentationfor yFiles for HTML 2.6

MapperOutputHandler<TKey,TData>

An implementation of the OutputHandlerBase<TKey,TData> class, that uses an IMapper<K,V> to retrieve the values to output for each item and a serializer callback for the serialization or delegates to the serializeCore callback.

Inheritance Hierarchy
Implemented Interfaces

Type Parameters

TKey
The type of the keys.
TData
The type of the data.

Type Details

yfiles module
view-graphml
yfiles-umd modules
view-graphml, view
Legacy UMD name
yfiles.graphml.MapperOutputHandler

Constructors

Properties

Methods