spfx-kql-data-retriever
Version:
Search Query Service for retrieve data with Kql with Sharepoint 365
15 lines (14 loc) • 532 B
TypeScript
export interface IDataRetrieverStrings {
SearchQueryKeywordsGroupName: string;
SearchQueryKeywordsFieldLabel: string;
SearchQueryKeywordsFieldDescription: string;
SearchQueryKeywordsFieldPlaceHolderText: string;
MaxResultsCount: string;
SearchSettingsGroupName: string;
QueryTemplateFieldLabel: string;
SearchQueryPlaceHolderText: string;
SortList: string;
SortListDescription: string;
SelectedPropertiesFieldLabel: string;
SelectedPropertiesFieldDescription: string;
}