Gcp2 Internet of Things Entities
IoT Core
- Preview
- Usage
- Definition
import { IotCore } from '@dinghy/diagrams/entitiesGcp2InternetOfThings'
<IotCore/>
// or
import { extendStyle } from "@dinghy/base-components";
import { IOT_CORE } from '@dinghy/diagrams/entitiesGcp2InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, IOT_CORE)}
/>
{
_style: {
entity: 'fillColor=#ffffff;strokeColor=#dddddd;shadow=1;strokeWidth=1;rounded=1;absoluteArcSize=1;arcSize=2;',
},
_width: 0,
_height: 60,
}
IoT Core 2
- Preview
- Usage
- Definition
import { IotCore2 } from '@dinghy/diagrams/entitiesGcp2InternetOfThings'
<IotCore2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { IOT_CORE_2 } from '@dinghy/diagrams/entitiesGcp2InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, IOT_CORE_2)}
/>
{
_style: {
entity: 'shape=mxgraph.gcp2.doubleRect;fillColor=#ffffff;strokeColor=#dddddd;shadow=1;strokeWidth=1;rounded=1;absoluteArcSize=1;arcSize=2;',
},
_width: 0,
_height: 68,
}