Skip to content

API Reference / @gtkx/runtime / write

Function: write()

write(handle, fieldDescriptor, offset, value): unknown

Defined in: native/index.d.ts:170

Encodes value with fieldDescriptor and writes it into the handle's memory at offset bytes.

Parameters

handle

ExternalObject<Handle>

fieldDescriptor

Descriptor

offset

number

value

unknown

Returns

unknown

Released under the MPL-2.0 License.