Skip to content

Type Editor


Type Editor / @type-editor/search / types/SearchPluginOptions / SearchPluginOptions

Interface: SearchPluginOptions

Defined in: types/SearchPluginOptions.ts:7

Configuration options for the search plugin.

Properties

PropertyTypeDescriptionDefined in
initialQuery?SearchQueryThe initial search query to use when the plugin is created. Defaults to an empty query.types/SearchPluginOptions.ts:12
initialRange?DocumentRangeOptional range to limit the initial search scope.types/SearchPluginOptions.ts:16