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