Determines the visibility of the modal. Almost always implemented as getter/setter.
Closes the modal, equivalent to setting visible to false
visible
false
Opens the modal, equivalent to setting visible to true
true
Determines the visibility of the modal. Almost always implemented as getter/setter.