StepInput.Rd
Top-level class for step input placeholders.
new()
Initialize Placeholder class
StepInput$new(schema = NULL, ...)
schema
(dict, optional): Schema for the placeholder collection. (default: None)
...
: other parameters from Placeholder
clone()
The objects of this class are cloneable with this method.
StepInput$clone(deep = FALSE)
deep
Whether to make a deep clone.