Embed
Embeds external web pages or content within your application.
Properties
Property | Type | Description |
---|---|---|
name | string | Unique identifier for the embed component |
Link (href) | string | Source URL for embedded content |
Hide Component (isHidden) | boolean | Whether to hide the embed on the deployed page |
Outline Style (outlineStyle) | OutlineStyle | Embed's border style |
Width Setting (isWidthFixed) | boolean | Whether to set a fixed width for the embed content |
Width (contentWidth) | string | Fixed width of the embed content |
Height Setting (isHeightFixed) | boolean | Whether to set a fixed height for the embed content |
Heigh (px) (contentHeight) | string (number ) | Fixed height of the embed content |
name
Unique identifier for the iframe component. Please refer to the component naming rules
Link (href)
Sets the source URL for embedded content.
Can be set through workflow results, direct input.
Hide Component (isHidden)
Controls visibility of the component.
When set to true:
- Hidden in deployed view
- Visible with reduced opacity in edit mode
Outline Style (outlineStyle)
Sets the component's outline style.
Options:
outlined
: Displays bordered styleplain
: Shows minimal style without border
Width Setting (isWidthFixed)
Controls width behavior of the component.
When disabled, width adjusts to container size.
Width (contentWidth)
Sets the component's fixed width.
Accepts values in pixels (px) or percentages (%).
Height Setting (isHeightFixed)
Controls height behavior of the component.
When disabled, height adjusts automatically to content.
Height (px) (contentHeight)
Sets the component's vertical height.
Can be set through workflow results, direct input.
States
Property | Type | Description |
---|---|---|
href | string | Current embedded content URL |