ui.data.ActiveList

An array-like container for data for use in UI components.

When a ui.data.ActiveList (e.g. Map.layers()) is updated, the component it belongs to is updated as well. For example, Map.layers().add(myLayer) will add myLayer as a layer on the map.

UsageReturns
ui.data.ActiveList(list)ui.data.ActiveList
ArgumentTypeDetails
listList, optionalAn optional list to initialize with.