MCPcopy
hub / github.com/plotly/dash / clientside_callback

Function clientside_callback

dash/_callback.py:271–280  ·  view source on GitHub ↗
(clientside_function: ClientsideFuncType, *args, **kwargs)

Source from the content-addressed store, hash-verified

269
270
271def clientside_callback(clientside_function: ClientsideFuncType, *args, **kwargs):
272 return register_clientside_callback(
273 GLOBAL_CALLBACK_LIST,
274 GLOBAL_CALLBACK_MAP,
275 False,
276 GLOBAL_INLINE_SCRIPTS,
277 clientside_function,
278 *args,
279 **kwargs,
280 )
281
282
283# pylint: disable=too-many-arguments

Calls 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…