Skip to main content
A component to embed an external resource in an iframe.

Fields

NameTypeDescriptionOptions
SourceTextA valid URL-
SeparatorColor--
Custom CSS classesTextCSS classes, separated by spaces. You can define classes in custom stylesheets.-

Events

Fires when the resource has successfully loaded.
def load_handler(state):

# Sets status message when resource is loaded

state["status"] = "Page loaded"
I