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:

ParameterTypeDescription
paramsObsidianProtocolDataThe parsed URI action parameters.
fileTFileThe file associated with the callback.

Returns: booleanWhether the callback was handled.