initialize property
The callback invoked when an object is first created. Use this callback to initialize the object.
Implementation
Pointer<NativeFunction<JSObjectRef.JSObjectInitializeCallback>>? initialize;
The callback invoked when an object is first created. Use this callback to initialize the object.
Pointer<NativeFunction<JSObjectRef.JSObjectInitializeCallback>>? initialize;