Usages of ValueDataKey
Fields
EXPANDED_NODE_ORIGINAL_BOUNDS_DATA_KEY | in ClearAreaLayout | A data key for specifying the original, non-expanded bounds of the expanded node. |
Method Parameters
addData (ValueDataKey<T>, T) | in LayoutGraphAdapter | Registers a single value data for the adapted layout graph with the specified ValueDataKey<TValue>. | |
addData (ValueDataKey<TValue>, TValue) | in LayoutGraphContext | Registers a single value data for the graph with the specified ValueDataKey<TValue>. | |
getData (ValueDataKey<TValue>) | in LayoutGraphContext | Gets the single value data registered for the graph with the specified ValueDataKey<TValue>. | |
getNullableData (ValueDataKey<TValue>) | in LayoutGraphContext | Gets the single value data registered for the graph with the specified ValueDataKey<TValue>, modifying the type to be nullable. | |
hideData (ValueDataKey<TValue>) | in LayoutGraphContext | Hides the data registered for the graph with the specified ValueDataKey<TValue>. | |
hideNullableData (ValueDataKey<TValue>) | in LayoutGraphContext | Hides the nullable data registered for the graph with the specified ValueDataKey<TValue>. |