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