Skip to main content

Embed

Embeds external web pages or content within your application.

Properties

PropertyTypeDescription
namestringUnique identifier for the embed component
Link (href)stringSource URL for embedded content
Hide Component (isHidden)booleanWhether to hide the embed on the deployed page
Outline Style (outlineStyle)OutlineStyleEmbed's border style
Width Setting (isWidthFixed)booleanWhether to set a fixed width for the embed content
Width (contentWidth)stringFixed width of the embed content
Height Setting (isHeightFixed)booleanWhether 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

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 style
  • plain: 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.

Defaults to 150px when set to automatic.

Height (px) (contentHeight)

Sets the component's vertical height.
Can be set through workflow results, direct input.

States

PropertyTypeDescription
hrefstringCurrent embedded content URL