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:

ParameterTypeDescription
paramsRecord<string, string>The URL parameters from the x-callback-url.
fileTFileThe file associated with the callback.

Returns: booleanWhether the callback was handled.