@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
readonlyrowCount:0|1|2
Defined in: code-editor/src/ui/search-presentation.ts:12
Zero while closed, one for find, and two for replace.
rows
readonlyrows: readonlystring[]
Defined in: code-editor/src/ui/search-presentation.ts:14
Display-cell-bounded localized rows in top-to-bottom order.