Interface

GtkSource-5GtkSourceSnippetChunkConstructorProps

interface ConstructorProps {
    context: GtkSource.SnippetContext;
    focus_position: number;
    focusPosition: number;
    spec: string;
    text: string;
    text_set: boolean;
    textSet: boolean;
    tooltip_text: string;
    tooltipText: string;
}

Hierarchy (View Summary)

Index

Properties

focus_position: number
focusPosition: number
spec: string
text: string
text_set: boolean
textSet: boolean
tooltip_text: string
tooltipText: string