Interface

Peas-2PeasEngineConstructorProps

interface ConstructorProps<A extends GObject.Object = GObject.Object> {
    loaded_plugins: string[];
    loadedPlugins: string[];
    nonglobal_loaders: boolean;
    nonglobalLoaders: boolean;
}

Type Parameters

Hierarchy (View Summary)

Index

Properties

loaded_plugins: string[]
loadedPlugins: string[]
nonglobal_loaders: boolean
nonglobalLoaders: boolean