Class: EnterSelection

EnterSelection()

new EnterSelection()

Represents a selecton in enter phase.
Source:

Classes

EnterSelection

Methods

(static) Selection#append(callback) → {Selection}

Applies the supplied callback to each data element and returns a new selection.
Parameters:
Name Type Description
callback function Callback to execute on each item.
Source:
Returns:
New selection with data created using callback.
Type
Selection

append(callback) → {Selection}

Applies the supplied callback to each data element and returns a new selection.
Parameters:
Name Type Description
callback function Callback to execute on each item.
Source:
Returns:
New selection with data created using callback.
Type
Selection