Skip to content

@jsvision/code-editor / CodeEditorSearchPresentation

Interface: CodeEditorSearchPresentation

Defined in: code-editor/src/ui/search-presentation.ts:10

Immutable terminal rows reserved for the editor's find/replace surface.

Properties

rowCount

readonly rowCount: 0 | 1 | 2

Defined in: code-editor/src/ui/search-presentation.ts:12

Zero while closed, one for find, and two for replace.


rows

readonly rows: readonly string[]

Defined in: code-editor/src/ui/search-presentation.ts:14

Display-cell-bounded localized rows in top-to-bottom order.