@itwin/imodels-client-management
Version:
iModels API client wrapper for applications that manage iModels.
10 lines • 443 B
JavaScript
/**
* iModel entity properties that are supported in $orderBy url parameter which specifies by what property
* entities are ordered in a collection.
*/
export var IModelOrderByProperty;
(function (IModelOrderByProperty) {
IModelOrderByProperty["Name"] = "name";
IModelOrderByProperty["CreatedDateTime"] = "createdDateTime";
})(IModelOrderByProperty || (IModelOrderByProperty = {}));
//# sourceMappingURL=IModelOperationParams.js.map