This is the base class of all look-up keys that are used to register IMapper<K,V> with a LayoutGraph.
Inheritance Hierarchy
Remarks
This class cannot be instantiated
Type Parameters
- TValue
- The type of the values that are returned by the
registered with this class.
Type Details
- yFiles module
- algorithms
See Also
LayoutGraphContext.addItemData(NodeDataKey,IMapper),
LayoutGraphContext.getItemData(NodeDataKey),
LayoutGraphContext.remove,
Layout Graph Context,
Data Keys
Properties
Methods
Returns whether this key is equal to the specified other
.
Parameters
options - Object
A map of options to pass to the method.
A map of options to pass to the method.
- other - DataKey<TValue>
- The other key to compare with this instance.
Returns
- ↪boolean
true
if the specified key is equal to this instance; otherwise,false
.