Skip to content

API Reference / @gtkx/runtime / typeName

Function: typeName()

typeName(type): string | null

Defined in: runtime/dist/type.d.ts:68

Returns the registered name of a GType, or null if it has none.

Parameters

type

bigint

Returns

string | null

Released under the MPL-2.0 License.