Skip to content

WorkspaceProtocolHandler.handleXCallback method

WorkspaceProtocolHandler › handleXCallback

Unofficial

Handle the x-success / x-error callbacks of an x-callback-url action.

Signature:

handleXCallback(params: ObsidianProtocolData, file: TFile): boolean

Parameters:

Parameter Type Description
params ObsidianProtocolData The parsed URI action parameters.
file TFile The file associated with the callback.

Returns: booleanWhether the callback was handled.