Interface

GtkSource-5GtkSourceCompletionContextConstructorProps

interface ConstructorProps<A extends GObject.Object = GObject.Object> {
    busy: boolean;
    completion: GtkSource.Completion;
    empty: boolean;
}

Type Parameters

Hierarchy (View Summary)

Index

Properties

Properties

busy: boolean
completion: GtkSource.Completion
empty: boolean