UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

12 lines 615 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PropertyFieldListPickerOrderBy = void 0; /** * Enum for specifying how the lists should be sorted */ var PropertyFieldListPickerOrderBy; (function (PropertyFieldListPickerOrderBy) { PropertyFieldListPickerOrderBy[PropertyFieldListPickerOrderBy["Id"] = 1] = "Id"; PropertyFieldListPickerOrderBy[PropertyFieldListPickerOrderBy["Title"] = 2] = "Title"; })(PropertyFieldListPickerOrderBy || (exports.PropertyFieldListPickerOrderBy = PropertyFieldListPickerOrderBy = {})); //# sourceMappingURL=IPropertyFieldListPicker.js.map