Internal name (translation key) of the currently active tab.
Corresponds to the Name property of the group in the web part configuration
(with the RESX. prefix stripped). Locale-independent.
Last search result set (SharePoint items from all source lists, enriched with list context).
Each item includes listId (GUID) and listUrl (server-relative) identifying the source list.
Returns undefined when no search has been performed yet.
InternalClear all onChange callbacks on every cached field. Called before onTabChange since each tab has its own form.
InternalNotify field onChange subscribers; called by SearchScriptProvider when form values change
Switches the active tab by its internal name (translation key). Uses the same value as activeTab.
Programmatically triggers the search using current form field values.
The optional triggerName is forwarded to onSearchComplete as the second argument.
undefined -> triggerName = "code" in onSearchCompletetriggerName = "search"OptionaltriggerName: string
Provides access to search data, form fields, and search-level operations.
Available via
tisa.searchin search custom scripts.Example