Interface

Gtk-4.0GtkBuilderListItemFactoryConstructorProps

interface ConstructorProps {
    bytes: Uint8Array<ArrayBufferLike> | GLib.Bytes;
    resource: string | null;
    scope: Gtk.BuilderScope | null;
}

Hierarchy (View Summary)

Index

Properties

Properties

bytes: Uint8Array<ArrayBufferLike> | GLib.Bytes
resource: string | null
scope: Gtk.BuilderScope | null