@pnp/spfx-property-controls
Version:
Reusable property pane controls for SharePoint Framework solutions
39 lines • 855 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;
//# sourceMappingURL=Constants.d.ts.map