OpenPopupAction
The action to be taken when opening the popup window.
type OpenPopupAction = 'open' | 'block';
Types
'open'
Open the popup window.
'block'
Block the popup window.
The action to be taken when opening the popup window.
type OpenPopupAction = 'open' | 'block';
'open'Open the popup window.
'block'Block the popup window.