@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
1 lines • 1.05 kB
Source Map (JSON)
{"version":3,"file":"c8y-ngx-components-datapoint-library-model.mjs","sources":["../../datapoint-library/model/index.ts","../../datapoint-library/model/c8y-ngx-components-datapoint-library-model.ts"],"sourcesContent":["import { InjectionToken } from '@angular/core';\n\nexport const pathToDatapointLibrary = 'datapointlibrary';\n\nexport const DATAPOINT_LIBRARY_CONFIG = new InjectionToken<DatapointLibraryOptions>(\n 'DatapointLibraryOptions'\n);\n\nexport interface DatapointLibraryOptions {\n /**\n * Allows to define whether the c8y_Global fragment should be added per default on newly created datapoints.\n */\n doNotAddGlobalFragmentByDefault?: boolean;\n /**\n * Will make a checkbox visible that allows the user to take the decision if the c8y_Global fragment should be set or not.\n */\n showCheckboxForGlobalFragment?: boolean;\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;AAEO,MAAM,sBAAsB,GAAG;MAEzB,wBAAwB,GAAG,IAAI,cAAc,CACxD,yBAAyB;;ACL3B;;AAEG;;;;"}