Gcp2 API Management Entities
API Analytics
- Preview
- Usage
- Definition
import { ApiAnalytics } from '@dinghy/diagrams/entitiesGcp2ApiManagement'
<ApiAnalytics/>
// or
import { extendStyle } from "@dinghy/base-components";
import { API_ANALYTICS } from '@dinghy/diagrams/entitiesGcp2ApiManagement'
<Shape
{...props}
_style={extendStyle(props, API_ANALYTICS)}
/>
{
_style: {
entity: 'fillColor=#ffffff;strokeColor=#dddddd;shadow=1;strokeWidth=1;rounded=1;absoluteArcSize=1;arcSize=2;',
},
_width: 0,
_height: 60,
}
API Analytics 2
- Preview
- Usage
- Definition
import { ApiAnalytics2 } from '@dinghy/diagrams/entitiesGcp2ApiManagement'
<ApiAnalytics2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { API_ANALYTICS_2 } from '@dinghy/diagrams/entitiesGcp2ApiManagement'
<Shape
{...props}
_style={extendStyle(props, API_ANALYTICS_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,
}