Skip to main content
Debugger.SearchInContentParameterType - node__inspector.d.ts - Node documentation
interface Debugger.SearchInContentParameterType

Usage in Deno

```typescript import { Debugger } from "node:node__inspector.d.ts"; ```

Properties

Id of the script to search in.
query: string
String to search for.
optional
caseSensitive: boolean | undefined
If true, search is case sensitive.
optional
isRegex: boolean | undefined
If true, treats string parameter as regex.