visible property

  1. @Input.new()
set visible (bool visible)

Sets whether the popup should be shown.

If visible is not the current state, this may close or open the popup.

Implementation

@Input()
set visible(bool visible);