| FoxitPDFSDKforWeb v11.0.4
    
    Foxit PDF SDK for Web | 
Action callback manager class, It used to control customized action callbacks. It can be obtained via PDFViewer::getActionCallbackManager() method. More...
| Public Member Functions | |
| setEmbeddedGotoCallback (callback) | |
| Set the EmbeddedGoto action callback.  More... | |
Action callback manager class, It used to control customized action callbacks. It can be obtained via PDFViewer::getActionCallbackManager() method.
| 
 | inline | 
Set the EmbeddedGoto action callback.
| callback | (options:ExecuteActionOptions)=>Promise<void> - The callback when the action is activated. |