context | Search context used to populate the search view. |
excludeClearItem | Set to true to hide the None item when in picker mode. |
flags | Various search view options. |
group | Indicates the group or tab to be selected when the Search window opens. |
groupChanged | External handler used to be notified when the user changes the current group/tab. |
hasQueryPanel | Is the SearchViewState allows for the left side Query panel to be shown. |
hasWindowSize | Determines if the search view was opened with a predefined size. If false, then it means the search view was opened the previous window size it was last closed with. |
hideAllGroup | Determine if the All group/tab should be hidden. |
hideTabs | Indicates if the search tabs (group providers) should be hidden or shown. |
ignoreSaveSearches | If true, the search view will not load previous saved searches. |
isQueryPanelVisible | Is the Left side query panel shown? |
itemSize | Indicates the item size to be used when the Search window opens. |
position | If defined, indicates the location of the new Search window when it opens. |
queryBuilderEnabled | If true, the search view will be opened in builder mode. |
selectHandler | External handler triggered when the user has selected an item in picker mode. |
sessionId | Unique session ID generated by the system each time a search view is opened. |
tableConfig | Access the search table configuration used if in table view. |
text | Text used to initialize the search view. |
title | Indicates the search topic title. |
trackingHandler | External handler triggered each time the user clicks on an item in the search view. |
windowSize | Determine the size the search view was opened with. |
windowTitle | If defined, this title will be used to open a new search view and sets the EditorWindow.titleContent. |