Agent Builder
A component to embed an external resource in an iframe.
wf-load
Fires when the resource has successfully loaded.
def load_handler(state): # Sets status message when resource is loaded state["status"] = "Page loaded"
Was this page helpful?