Eip Message Transformation Entities
Claim Check
- Preview
- Usage
- Definition
import { ClaimCheck } from '@dinghy/diagrams/entitiesEipMessageTransformation'
<ClaimCheck/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CLAIM_CHECK } from '@dinghy/diagrams/entitiesEipMessageTransformation'
<Shape
{...props}
_style={extendStyle(props, CLAIM_CHECK)}
/>
{
_style: {
entity: 'html=1;strokeWidth=2;outlineConnect=0;dashed=0;align=center;fontSize=8;fillColor=#c0f5a9;verticalLabelPosition=bottom;verticalAlign=top;shape=mxgraph.eip.claim_check;',
},
_width: 150,
_height: 90,
}
Content Enricher
- Preview
- Usage
- Definition
import { ContentEnricher } from '@dinghy/diagrams/entitiesEipMessageTransformation'
<ContentEnricher/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CONTENT_ENRICHER } from '@dinghy/diagrams/entitiesEipMessageTransformation'
<Shape
{...props}
_style={extendStyle(props, CONTENT_ENRICHER)}
/>
{
_style: {
entity: 'html=1;strokeWidth=2;outlineConnect=0;dashed=0;align=center;fontSize=8;fillColor=#c0f5a9;verticalLabelPosition=bottom;verticalAlign=top;shape=mxgraph.eip.content_enricher;',
},
_width: 150,
_height: 90,
}
Content Filter
- Preview
- Usage
- Definition
import { ContentFilter } from '@dinghy/diagrams/entitiesEipMessageTransformation'
<ContentFilter/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CONTENT_FILTER } from '@dinghy/diagrams/entitiesEipMessageTransformation'
<Shape
{...props}
_style={extendStyle(props, CONTENT_FILTER)}
/>
{
_style: {
entity: 'html=1;strokeWidth=2;outlineConnect=0;dashed=0;align=center;fontSize=8;fillColor=#c0f5a9;verticalLabelPosition=bottom;verticalAlign=top;shape=mxgraph.eip.content_filter;',
},
_width: 150,
_height: 90,
}
Envelope Wrapper
- Preview
- Usage
- Definition
import { EnvelopeWrapper } from '@dinghy/diagrams/entitiesEipMessageTransformation'
<EnvelopeWrapper/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ENVELOPE_WRAPPER } from '@dinghy/diagrams/entitiesEipMessageTransformation'
<Shape
{...props}
_style={extendStyle(props, ENVELOPE_WRAPPER)}
/>
{
_style: {
entity: 'html=1;strokeWidth=2;outlineConnect=0;dashed=0;align=center;fontSize=8;fillColor=#c0f5a9;verticalLabelPosition=bottom;verticalAlign=top;shape=mxgraph.eip.envelope_wrapper;',
},
_width: 150,
_height: 90,
}
Normalizer
- Preview
- Usage
- Definition
import { Normalizer } from '@dinghy/diagrams/entitiesEipMessageTransformation'
<Normalizer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NORMALIZER } from '@dinghy/diagrams/entitiesEipMessageTransformation'
<Shape
{...props}
_style={extendStyle(props, NORMALIZER)}
/>
{
_style: {
entity: 'html=1;strokeWidth=2;outlineConnect=0;dashed=0;align=center;fontSize=8;fillColor=#c0f5a9;verticalLabelPosition=bottom;verticalAlign=top;shape=mxgraph.eip.normalizer;',
},
_width: 150,
_height: 90,
}