Skip to content

API Reference / @gtkx/runtime / SignalGType

Type Alias: SignalGType

SignalGType = bigint | AnyClass<TypedClass>

Defined in: packages/runtime/dist/register-class.d.ts:103

A GType in the form RegisterClassOptions.signals takes one: the numeric GType itself, such as TYPE_STRING from @gtkx/gi/gobject, or a class carrying one, which is any generated wrapper class and any class an earlier registerClass call registered.

Released under the MPL-2.0 License.