Skip to contents

Make a shiny input with named ID with a logical TRUE value when the element is moused over.

Usage

js_mouseover_once(id, asis = FALSE, .ns = ns_find())

Arguments

id

(chr) Automatically namespaced with ns if inside a module

asis

If TRUE, use the ID as-is even when inside a module (instead of adding the namespace prefix to the ID).

.ns

fun ns function. Typically found automatically.