Interface

Peas-2PeasExtensionSetConstructorProps

interface ConstructorProps<A extends GObject.Object = GObject.Object> {
    construct_properties: any;
    constructProperties: any;
    engine: Peas.Engine;
    extension_type: GType;
    extensionType: GType;
}

Type Parameters

Hierarchy (View Summary)

Index

Properties

construct_properties: any
constructProperties: any
engine: Peas.Engine
extension_type: GType
extensionType: GType