keepOpen property

bool? keepOpen
getter/setter pair

If enabled, the Popup will reopen every time the user navigates to another page. This way, a conversation can continue while the user browses around. Set to false to disable this behavior.

Defaults to false.

Implementation

external bool? keepOpen;