目录

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.