WorkspaceProtocolHandler.handleXCallback method
WorkspaceProtocolHandler › handleXCallback
Unofficial
Handle thex-success / x-error callbacks of an x-callback-url action. Signature:
handleXCallback(params: ObsidianProtocolData, file: TFile): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
| params | ObsidianProtocolData | The parsed URI action parameters. |
| file | TFile | The file associated with the callback. |
Returns: boolean — Whether the callback was handled.