IpcEventCallback
FitFileViewer - API Documentation v30.0.1
FitFileViewer - API Documentation / shared/ipc / IpcEventCallback
Type Alias: IpcEventCallback
IpcEventCallback = (...
args:IpcResponsePayload[]) =>void
Defined in: shared/ipc.ts:621
Callback signature for raw IPC event subscriptions exposed by preload.
Parametersβ
argsβ
...IpcResponsePayload[]
Returnsβ
void