Type alias NativeCallbackImplementation<RetType, ArgTypes>

NativeCallbackImplementation<RetType, ArgTypes>: ((this: CallbackContext | InvocationContext, ...args: ArgTypes) => RetType)

Type Parameters

Type declaration

Generated using TypeDoc