Generic for UI generation
Usage
generate_ui(x, ...)
# S3 method for class 'block'
generate_ui(x, id, ..., .hidden = !getOption("BLOCKR_DEV", FALSE))
# S3 method for class 'stack'
generate_ui(x, id = NULL, ...)
# S3 method for class 'workspace'
generate_ui(x, id, ...)
# S3 method for class 'list_field'
input_ids(x, name, ...)
Arguments
- x
Object for which to generate UI components
- ...
Generic consistency
- id
UI IDs
- .hidden
Whether to initialise the block hidden.
- name
Input name.