onBeforePopupOpening property

BeforePopupOpening<T>? onBeforePopupOpening
final

a callBack will be called before opening le popup if the callBack return FALSE, the opening of the popup will be cancelled

Implementation

final BeforePopupOpening<T>? onBeforePopupOpening;