CreateSafeSendHandler
FitFileViewer - API Documentation v30.0.1
FitFileViewer - API Documentation / preload/preloadModuleTypes / CreateSafeSendHandler
Type Alias: CreateSafeSendHandler
CreateSafeSendHandler = (
channel:GenericSendChannel,methodName:string) => (...args:IpcRequestPayload[]) =>void
Defined in: preload/preloadModuleTypes.ts:547
Parametersβ
channelβ
methodNameβ
string
Returnsβ
(...args: IpcRequestPayload[]) => void