NeighborMerging 
Creates a transformation that generates merges node data into its neighbors.
Props 
enabled 
type:
booleandefault:
TrueWhether the transformation is enabled or not.
duration 
type:
numberdefault:
0Animation duration.
events 
type:
string | string[]default:
'all'values:
'all' | 'enabled' | 'disabled' | 'refreshed' | 'indexChanged' | 'destroyed'Which events to register on.
options 
type:
() => options:NeighborMergingOptionsdefault:
() => ({ })Options for the transformation. See NeighborMergingOptions.
Events 
enabled 
- payload: 
transformation: NeighborMerging 
Emitted when the transformation is enabled.
disabled 
- payload: 
transformation: NeighborMerging 
Emitted when the transformation is disabled.
refreshed 
- payload: 
transformation: NeighborMerging 
Emitted when the transformation is refreshed.
indexChanged 
- payload: 
transformation: NeighborMerging 
Emitted when the transformation index is changed. See transformation pipeline.