callAsFunction property

Pointer<NativeFunction<JSObjectCallAsFunctionCallback>>? callAsFunction
getter/setter pair

The callback invoked when an object is called as a function.

Implementation

Pointer<NativeFunction<JSObjectRef.JSObjectCallAsFunctionCallback>>?
    callAsFunction;