ArrayBrowserSidebar Class
An R6Class
generator object
Public fields
namespaces
list( character ) [optional]
result_count_for_all
integer [optional]
result_count_by_namespace
object [optional]
Methods
Method new()
Usage
ArrayBrowserSidebar$new(
namespaces = NULL,
result_count_for_all = NULL,
result_count_by_namespace = NULL,
...
)
Method toJSON()
Usage
ArrayBrowserSidebar$toJSON()
Method fromJSON()
Usage
ArrayBrowserSidebar$fromJSON(ArrayBrowserSidebarJson)
Method toJSONString()
Usage
ArrayBrowserSidebar$toJSONString()
Method fromJSONString()
Usage
ArrayBrowserSidebar$fromJSONString(ArrayBrowserSidebarJson)
Method clone()
The objects of this class are cloneable with this method.
Usage
ArrayBrowserSidebar$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.