Interface

GtkSource-5GtkSourceStyleSchemeConstructorProps

interface ConstructorProps {
    description: string | null;
    filename: string | null;
    id: string;
    name: string;
}

Hierarchy (View Summary)

Index

Properties

description: string | null
filename: string | null
id: string
name: string