Aws Contact Center Entities
Connect
- Preview
- Usage
- Definition
import { Connect } from '@dinghy/diagrams/entitiesAwsContactCenter'
<Connect/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CONNECT } from '@dinghy/diagrams/entitiesAwsContactCenter'
<Shape
{...props}
_style={extendStyle(props, CONNECT)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#DD344C;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.connect;',
},
_original_width: 78,
_original_height: 78,
}
Contact Center
- Preview
- Usage
- Definition
import { ContactCenter } from '@dinghy/diagrams/entitiesAwsContactCenter'
<ContactCenter/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CONTACT_CENTER } from '@dinghy/diagrams/entitiesAwsContactCenter'
<Shape
{...props}
_style={extendStyle(props, CONTACT_CENTER)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#DD344C;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.contact_center;',
},
_original_width: 78,
_original_height: 78,
}