UNPKG

spws

Version:

SharePoint Web Services Wrapper

24 lines 842 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Field; (function (Field) { Field["colName"] = "colName"; Field["DisplaceOnUpgrade"] = "DisplaceOnUpgrade"; Field["DisplayName"] = "DisplayName"; Field["FromBaseType"] = "FromBaseType"; Field["Hidden"] = "Hidden"; Field["ID"] = "ID"; Field["Name"] = "Name"; Field["ReadOnly"] = "ReadOnly"; Field["RowOrdinal"] = "RowOrdinal"; Field["Sealed"] = "Sealed"; Field["SourceID"] = "SourceID"; Field["StaticName"] = "StaticName"; Field["Type"] = "Type"; Field["ShowInFileDlg"] = "ShowInFileDlg"; Field["Filterable"] = "Filterable"; Field["Sortable"] = "Sortable"; Field["Choices"] = "Choices"; })(Field || (Field = {})); exports.default = Field; //# sourceMappingURL=field.js.map