0byt3m1n1
Path:
C:
/
Program Files
/
R
/
R-4.2.2
/
library
/
htmlwidgets
/
templates
/
[
Home
]
File: widget_js.txt
HTMLWidgets.widget({ name: '%s', type: 'output', factory: function(el, width, height) { // TODO: define shared variables for this instance return { renderValue: function(x) { // TODO: code to render the widget, e.g. el.innerText = x.message; }, resize: function(width, height) { // TODO: code to re-render the widget with a new size } }; } });