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