@pnp/spfx-controls-react
Version:
Reusable React controls for SharePoint Framework solutions
40 lines • 895 B
TypeScript
import { ICultureInfo } from './SPEntities';
/**
* Key that is used to store loaded fields in sessionStorage
*/
export declare const LoadedViewFieldsKey: string;
/**
* Mapping between current field name and the name of the real field that contains the data
*/
export declare const FieldNamesMapping: {
Title: {
storedName: string;
};
LinkTitle: {
storedName: string;
};
LinkTitleNoMenu: {
storedName: string;
};
LinkFilename: {
storedName: string;
};
LinkFileNameNoMenu: {
storedName: string;
};
FileLeafRef: {
storedName: string;
};
URL: {
storedName: string;
};
URLwMenu: {
storedName: string;
};
};
/**
* Invariant Culture
*/
export declare const InvariantCulture: ICultureInfo;
export declare const EmptyGuid: string;
//# sourceMappingURL=Constants.d.ts.map