Gcp2 Paths Dependencies
Failure Status
- Preview
- Usage
- Definition

import { FailureStatus } from '@dinghy/diagrams/dependenciesGcp2Paths'
<FailureStatus/>
{
_style: {
dependency: 'edgeStyle=orthogonalEdgeStyle;fontSize=12;html=1;endArrow=blockThin;endFill=1;rounded=0;strokeWidth=2;endSize=4;startSize=4;strokeColor=#EA4335;dashed=0;',
},
}
Optional Primary Path
- Preview
- Usage
- Definition

import { OptionalPrimaryPath } from '@dinghy/diagrams/dependenciesGcp2Paths'
<OptionalPrimaryPath/>
{
_style: {
dependency: 'edgeStyle=orthogonalEdgeStyle;fontSize=12;html=1;endArrow=blockThin;endFill=1;rounded=0;strokeWidth=2;endSize=4;startSize=4;dashed=1;dashPattern=1 3;strokeColor=#4284F3;',
},
}
Optional Secondary Path
- Preview
- Usage
- Definition

import { OptionalSecondaryPath } from '@dinghy/diagrams/dependenciesGcp2Paths'
<OptionalSecondaryPath/>
{
_style: {
dependency: 'edgeStyle=orthogonalEdgeStyle;fontSize=12;html=1;endArrow=blockThin;endFill=1;rounded=0;strokeWidth=2;endSize=4;startSize=4;dashed=1;dashPattern=1 3;strokeColor=#9E9E9E;',
},
}
Primary Path
- Preview
- Usage
- Definition
import { PrimaryPath } from '@dinghy/diagrams/dependenciesGcp2Paths'
<PrimaryPath/>
{
_style: {
dependency: 'edgeStyle=orthogonalEdgeStyle;fontSize=12;html=1;endArrow=blockThin;endFill=1;rounded=0;strokeWidth=2;endSize=4;startSize=4;dashed=0;strokeColor=#4284F3;',
},
}
Secondary Path
- Preview
- Usage
- Definition
import { SecondaryPath } from '@dinghy/diagrams/dependenciesGcp2Paths'
<SecondaryPath/>
{
_style: {
dependency: 'edgeStyle=orthogonalEdgeStyle;fontSize=12;html=1;endArrow=blockThin;endFill=1;rounded=0;strokeWidth=2;endSize=4;startSize=4;dashed=0;strokeColor=#9E9E9E;',
},
}
Success Status
- Preview
- Usage
- Definition

import { SuccessStatus } from '@dinghy/diagrams/dependenciesGcp2Paths'
<SuccessStatus/>
{
_style: {
dependency: 'edgeStyle=orthogonalEdgeStyle;fontSize=12;html=1;endArrow=blockThin;endFill=1;rounded=0;strokeWidth=2;endSize=4;startSize=4;strokeColor=#34A853;dashed=0;',
},
}