SelectionData extension
- on
Methods
-
dataBind(
Union2< EachCallback< data, [String key(Element, JSAny?, int, Union2<Iterable< , Iterable<JSAny?> >JSAny?> >List< )?]) → SelectionElement?> , List<JSAny?> > -
Available on Selection, provided by the SelectionData extension
Binds the specified list of data with the selected elements, returning a new selection that represents the update selection: the elements successfully bound to data. -
dataGet(
) → List< JSAny?> -
Available on Selection, provided by the SelectionData extension
Returns the list of data for the selected elements.