Skip to main content

System Popup

A default in-app popup that can display content in the Body area to fit the service context.

pop_anatomy.svg

1. Root : The top-level container area that wraps the Popup component
2. Title : The area where the main text of the Popup is displayed
3. Description : Key text that the Dialog wants to deliver to the user (Optional)
4. Confirm Action : A button that confirms the content delivered by the Popup or links to another entry point
5. Cancel Action : A button that can cancel or close the Popup (Optional)



Properties

PropertyValueDescription
HeaderIcon, Subtitle, DescriptionIf True, the Header will be exposed
BodyBooleanIf True, content set between Header and Body will be displayed
SizeLarge, MediumPopup size options
Button AlignSingle / Vertical / HorizontalOptions based on button alignment

pop_size.svg pop_align.svg

Body Contents

The Body area can display key popup items intended for the user.

pop_contents.svg