.addTourStep {iSEE} | R Documentation |
Utility to add a step to the panel-specific rintrojs tour, generating the element
tag automatically.
.addTourStep(x, field, text, is_selectize = FALSE)
x |
A Panel object to be toured. |
field |
String containing the name of the slot of |
text |
String containing the text to show in the corresponding step of the tour. |
is_selectize |
Logical scalar indicating whether |
Character vector of length two.
The first entry contains the element
tag to identify the interface element to highlight,
while the second entry contains the text
.
Alternatively, NULL
may be returned if .hideInterface(x, field)
indicates that the corresponding interface element has been hidden.
Aaron Lun