run_hook¶
Hook to run other hooks dynamically.
Inputs¶
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| hook | str | True | The name of the hook to run. | |
| hook_dict | dict | None | False | A dict of keys to use with the hook. |
Arguments¶
| Position | Argument | Type |
|---|---|---|
| 1 | hook | str |
| 2 | hook_dict | dict |
Returns¶
Any