Interface

GtkSource-5GtkSourceAnnotationConstructorProps

interface ConstructorProps {
    description: string;
    icon: Gio.Icon | null;
    line: number;
    style: GtkSource.AnnotationStyle;
}

Hierarchy (View Summary)

Index

Properties

description: string
icon: Gio.Icon | null
line: number