Interface

GtkSource-5GtkSourceSearchSettingsConstructorProps

interface ConstructorProps {
    at_word_boundaries: boolean;
    atWordBoundaries: boolean;
    case_sensitive: boolean;
    caseSensitive: boolean;
    regex_enabled: boolean;
    regexEnabled: boolean;
    search_text: string;
    searchText: string;
    visible_only: boolean;
    visibleOnly: boolean;
    wrap_around: boolean;
    wrapAround: boolean;
}

Hierarchy (View Summary)

Index

Properties

at_word_boundaries: boolean
atWordBoundaries: boolean
case_sensitive: boolean
caseSensitive: boolean
regex_enabled: boolean
regexEnabled: boolean
search_text: string
searchText: string
visible_only: boolean
visibleOnly: boolean
wrap_around: boolean
wrapAround: boolean