Skip to content

@gtkx/ffi / Type

Type Alias: Type

Type = Int8Type | Uint8Type | Int16Type | Uint16Type | Int32Type | Uint32Type | Int64Type | Uint64Type | Float32Type | Float64Type | EnumType | FlagsType | BooleanType | StringType | GObjectType | BoxedType | StructType | FundamentalType | ArrayType | HashTableType | RefType | CallbackType | TrampolineType | UnicharType | VoidType

Defined in: packages/native/dist/types.d.ts:137

Discriminated union of all FFI type descriptors.

Describes how to marshal values between JavaScript and native code.