Business Value Stream Mapping Dependencies
Electronic Information
- Preview
- Usage
- Definition

import { ElectronicInformation } from '@dinghy/diagrams/dependenciesValueStreamMapping'
<ElectronicInformation/>
{
_style: {
dependency: 'shape=mxgraph.lean_mapping.electronic_info_flow_edge;html=1;',
},
}
Manual Information
- Preview
- Usage
- Definition

import { ManualInformation } from '@dinghy/diagrams/dependenciesValueStreamMapping'
<ManualInformation/>
{
_style: {
dependency: 'shape=mxgraph.lean_mapping.manual_info_flow_edge;html=1;',
},
}
Shipments
- Preview
- Usage
- Definition

import { Shipments } from '@dinghy/diagrams/dependenciesValueStreamMapping'
<Shipments/>
{
_style: {
dependency: 'shape=flexArrow;html=1;',
},
}