Show

Forms Developer Guides Scripting Interface Modal

SHOW()

var modal = Modal.new();

modal.show().then(function() {
  modal.visible() == true;
});

Shows the modal to the user. This method is the opposite of hide, and toggle toggles between them.