# Popup Control >![](../../public_sys-resources/icon-note.gif) **NOTE:** >This attribute is supported since API version 7. Updates will be marked with a superscript to indicate their earliest API version. ## Required Permissions None ## Attributes
popup: PopupOption | CustomPopupOption |
Settings of the popup bound to a component. show: whether to display the popup message on the creation page by default. The default value is false. |
Whether to display the popup message above the component. The default value is false. |
||||
Callback for the popup status change event. The parameter isVisible indicates the visibility of the popup. |