Workspace.handleXCallback method
Workspace › handleXCallback
Unofficial
Handler for x-callback-url actions.Signature:
handleXCallback(params: Record<string, string>, file: TFile): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
| params | Record<string, string> | The URL parameters from the x-callback-url. |
| file | TFile | The file associated with the callback. |
Returns: boolean — Whether the callback was handled.