express.ui.update_tooltip(id, *args, show=None, session=None)
Update tooltip contents.
id : str
A character string that matches an existing tooltip id.
*args : TagChild = ()
Contents to the tooltip’s body.
show : Optional[bool] = None
Opens (True) or closes (False) the tooltip.
True
False
session : Optional[Session] = None
A Shiny session object (the default should almost always be used).