Skip to main content
Version: 0.1

Interface: ImageData

CanvasView.ImageData

Hierarchy

Properties

ID

ID: string

The internal ID for the object instance in native. Instead of serializing the object in native and sending it via the React Native Bridge, each native object will be assigned an ID which is sent to JavaScript instead. The ID will be used to reference the native object instance when calling functions on the JavaScript object.

Inherited from

NativeJSRef.ID

Defined in

NativeJSRef.ts:64


data

data: Uint8ClampedArray

Defined in

CanvasView.tsx:30


height

height: number

Defined in

CanvasView.tsx:29


width

width: number

Defined in

CanvasView.tsx:28

Methods

release

release(): Promise<void>

Returns

Promise<void>

Defined in

CanvasView.tsx:31