spfx-kql-data-retriever
Version:
Search Query Service for retrieve data with Kql with Sharepoint 365
17 lines (14 loc) • 496 B
text/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;
}