documentationfor yFiles for HTML 3.0.0.3

Usages of ValueDataKey

Fields

EXPANDED_NODE_ORIGINAL_BOUNDS_DATA_KEYin ClearAreaLayoutA data key for specifying the original, non-expanded bounds of the expanded node.

Method Parameters

addData (ValueDataKey<T>, T)in LayoutGraphAdapterRegisters a single value data for the adapted layout graph with the specified ValueDataKey<TValue>.
addData (ValueDataKey<TValue>, TValue)in LayoutGraphContextRegisters a single value data for the graph with the specified ValueDataKey<TValue>.
getData (ValueDataKey<TValue>)in LayoutGraphContextGets the single value data registered for the graph with the specified ValueDataKey<TValue>.
getNullableData (ValueDataKey<TValue>)in LayoutGraphContextGets the single value data registered for the graph with the specified ValueDataKey<TValue>, modifying the type to be nullable.
hideData (ValueDataKey<TValue>)in LayoutGraphContextHides the data registered for the graph with the specified ValueDataKey<TValue>.
hideNullableData (ValueDataKey<TValue>)in LayoutGraphContextHides the nullable data registered for the graph with the specified ValueDataKey<TValue>.