We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2c294f commit 4412ec5Copy full SHA for 4412ec5
dash/dash.py
@@ -341,6 +341,10 @@ class Dash:
341
342
:param add_log_handler: Automatically add a StreamHandler to the app logger
343
if not added previously.
344
+
345
+ :param hooks: Extend Dash renderer functionality by passing a dictionary of
346
+ javascript functions. To hook into the layout, use dict keys "layout_pre" and
347
+ "layout_post". To hook into the callbacks, use keys "request_pre" and "request_post"
348
"""
349
350
def __init__( # pylint: disable=too-many-statements
0 commit comments