const SearchResultsView = brackets.getModule("search/SearchResultsView")Dispatches the following events:
replaceBatch - when the Replace button is clicked.
close - when the panel is closed.
Kind: global class
Dispatches the following events: replaceBatch - when the Replace button is clicked. close - when the panel is closed.(model, panelID, panelName, type, [title])
| Param | Type | Description |
|---|---|---|
| model | SearchModel |
The model that this view is showing. |
| panelID | string |
The CSS ID to use for the panel. |
| panelName | string |
The name to use for the panel, as passed to WorkspaceManager.createBottomPanel(). |
| type | string |
type to identify if it is reference search or string match serach |
| [title] | string |
Display title for the panel tab. |