Skip to content

Workspace.handleXCallback method

Workspace › handleXCallback

Unofficial

Handler for x-callback-url actions.

Signature:

handleXCallback(params: Record<string, string>, file: TFile): boolean

Parameters:

Parameter Type Description
params Record<string, string> The URL parameters from the x-callback-url.
file TFile The file associated with the callback.

Returns: booleanWhether the callback was handled.