Skip to content

API Reference / @gtkx/native / Ref

Type Alias: Ref

Ref = object

Defined in: main.d.ts:19

A mutable box for an out or inout ('ref' descriptor) parameter. Pass an object with a value property; after call returns, its value holds the decoded native result.

Properties

value

value: unknown

Defined in: main.d.ts:19

Released under the MPL-2.0 License.