Package Exports
- test-connectors-common-3
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (test-connectors-common-3) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
PS Connectors Common
This project contains the common functionalities used in all PlantSight Connectors. The Common functionalities include the following 1: Generate guid from a string (Guid.ts) 2: Check provisioning of an imodel (IModelHelper.ts) 3: Check if a specific schema class exists or not (IModelHelper.ts) 4: Query a functional model (IModelHelper.ts) 5: Create a functinoal model (IModelHelper.ts) 6: Check if json properties exist or not (IModelHelper.ts) 7: Add json properties to a functional model (IModelHelper.ts) 8: Add private property to a functinoal model (IModelHelper.ts)