Type Alias

GObject-2.0GObjectSignalDefinitionType

type SignalDefinitionType = {
    param_types?: readonly GType[];
    [key: string]: any;
}

Indexable

  • [key: string]: any
Index

Properties

Properties

param_types?: readonly GType[]