Interface

Gtk-4.0GtkSvgConstructorProps

interface ConstructorProps {
    features: Gtk.SvgFeatures;
    playing: boolean;
    resource: string;
    state: number;
    weight: number;
}

Hierarchy (View Summary)

Index

Properties

features: Gtk.SvgFeatures
playing: boolean
resource: string
state: number
weight: number