Popover.modal

Set modal property.

  1. bool modal [@property getter]
  2. bool modal [@property setter]
    class Popover
    @property
    void
    modal
    (
    bool propval
    )

Parameters

propval bool

Sets whether the popover is modal (so other elements in the window do not receive input while the popover is visible).