Type Editor / @type-editor/search / types/SearchPluginOptions / SearchPluginOptions
Interface: SearchPluginOptions
Defined in: types/SearchPluginOptions.ts:7
Configuration options for the search plugin.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
initialQuery? | SearchQuery | The initial search query to use when the plugin is created. Defaults to an empty query. | types/SearchPluginOptions.ts:12 |
initialRange? | DocumentRange | Optional range to limit the initial search scope. | types/SearchPluginOptions.ts:16 |