UNPKG

spfx-kql-data-retriever

Version:

Search Query Service for retrieve data with Kql with Sharepoint 365

6 lines (5 loc) 348 B
import { IPropertyPaneField } from "@microsoft/sp-webpart-base"; export declare class SearchServicePane { static GetKeywordQueryFields(keywordQueryValue: string): Array<IPropertyPaneField<any>>; static GetSearchSettingsFields(templateQueryValue: string, sortList: string, selectedProperties: string): Array<IPropertyPaneField<any>>; }