autoClose property

bool autoClose

Set it to false if you want to override the default behavior of the popup closing when another popup is opened.

Implementation

external bool get autoClose;
void autoClose=(bool value)

Implementation

external set autoClose(bool value);