Gcp2 Operations Entities
Stackdriver
- Preview
- Usage
- Definition
import { Stackdriver } from '@dinghy/diagrams/entitiesGcp2Operations'
<Stackdriver/>
// or
import { extendStyle } from "@dinghy/base-components";
import { STACKDRIVER } from '@dinghy/diagrams/entitiesGcp2Operations'
<Shape
{...props}
_style={extendStyle(props, STACKDRIVER)}
/>
{
_style: {
entity: 'fillColor=#ffffff;strokeColor=#dddddd;shadow=1;strokeWidth=1;rounded=1;absoluteArcSize=1;arcSize=2;',
},
_width: 0,
_height: 60,
}
Stackdriver 2
- Preview
- Usage
- Definition
import { Stackdriver2 } from '@dinghy/diagrams/entitiesGcp2Operations'
<Stackdriver2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { STACKDRIVER_2 } from '@dinghy/diagrams/entitiesGcp2Operations'
<Shape
{...props}
_style={extendStyle(props, STACKDRIVER_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,
}