@pnp/spfx-property-controls
Version:
Reusable property pane controls for SharePoint Framework solutions
9 lines • 475 B
JavaScript
/**
* Enum for specifying how the ContentTypes should be sorted
*/
export var PropertyFieldContentTypeOrderBy;
(function (PropertyFieldContentTypeOrderBy) {
PropertyFieldContentTypeOrderBy[PropertyFieldContentTypeOrderBy["Id"] = 1] = "Id";
PropertyFieldContentTypeOrderBy[PropertyFieldContentTypeOrderBy["Name"] = 2] = "Name";
})(PropertyFieldContentTypeOrderBy || (PropertyFieldContentTypeOrderBy = {}));
//# sourceMappingURL=IPropertyFieldContentTypePicker.js.map