interface Debugger.SearchInContentParameterType
Properties Jump to heading
Id of the script to search in.
Jump to headingquery: string
String to search for.
optional
Jump to headingcaseSensitive: boolean | undefined
If true, search is case sensitive.
optional
Jump to headingisRegex: boolean | undefined
If true, treats string parameter as regex.