R6Class representing the most primitive object possessing only an id and a name.

Methods

new(name = "")

Initialize a new object with name name.

get_id()

Get the object's id.

get_name()

Get the object's name.

set_name(name)

Set the object's name. Only applicable if name is not a reactive.