Veeam2 Auxiliary Entities
Font
- Preview
- Usage
- Definition
import { Font } from '@dinghy/diagrams/entitiesVeeam2Auxiliary'
<Font/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FONT } from '@dinghy/diagrams/entitiesVeeam2Auxiliary'
<Shape
{...props}
_style={extendStyle(props, FONT)}
/>
{
_style: {
entity: 'align=left;verticalAlign=middle;fontFamily=Tahoma;strokeColor=#ECECEC;strokeWidth=2;html=1;whiteSpace=wrap;spacing=6;fontStyle=0',
},
_width: 150,
_height: 110.00000000000001,
}
Frame (grey 2)
- Preview
- Usage
- Definition
import { FrameGrey2 } from '@dinghy/diagrams/entitiesVeeam2Auxiliary'
<FrameGrey2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FRAME_GREY_2 } from '@dinghy/diagrams/entitiesVeeam2Auxiliary'
<Shape
{...props}
_style={extendStyle(props, FRAME_GREY_2)}
/>
{
_style: {
entity: 'rounded=0;whiteSpace=wrap;html=1;fillColor=none;strokeColor=#d3d3d3;strokeWidth=2;',
},
_width: 150,
_height: 110.00000000000001,
}
Frame (topaz)
- Preview
- Usage
- Definition
import { FrameTopaz } from '@dinghy/diagrams/entitiesVeeam2Auxiliary'
<FrameTopaz/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FRAME_TOPAZ } from '@dinghy/diagrams/entitiesVeeam2Auxiliary'
<Shape
{...props}
_style={extendStyle(props, FRAME_TOPAZ)}
/>
{
_style: {
entity: 'rounded=0;whiteSpace=wrap;html=1;fillColor=none;strokeColor=#00B336;strokeWidth=2;',
},
_width: 150,
_height: 110.00000000000001,
}
Grey 2
- Preview
- Usage
- Definition
import { Grey2 } from '@dinghy/diagrams/entitiesVeeam2Auxiliary'
<Grey2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { GREY_2 } from '@dinghy/diagrams/entitiesVeeam2Auxiliary'
<Shape
{...props}
_style={extendStyle(props, GREY_2)}
/>
{
_style: {
entity: 'align=left;verticalAlign=middle;fontFamily=Tahoma;fillColor=#d9d9d9;strokeColor=none;fontColor=#ffffff;strokeWidth=2;html=1;whiteSpace=wrap;spacing=6;fontStyle=0',
},
_width: 150,
_height: 110.00000000000001,
}
Inclusion
- Preview
- Usage
- Definition
import { Inclusion } from '@dinghy/diagrams/entitiesVeeam2Auxiliary'
<Inclusion/>
// or
import { extendStyle } from "@dinghy/base-components";
import { INCLUSION } from '@dinghy/diagrams/entitiesVeeam2Auxiliary'
<Shape
{...props}
_style={extendStyle(props, INCLUSION)}
/>
{
_style: {
entity: 'triangle;whiteSpace=wrap;html=1;gradientColor=#D3D3D3;strokeColor=none;gradientDirection=east;',
},
_width: 40,
_height: 160,
}
Number one
- Preview
- Usage
- Definition
import { NumberOne } from '@dinghy/diagrams/entitiesVeeam2Auxiliary'
<NumberOne/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NUMBER_ONE } from '@dinghy/diagrams/entitiesVeeam2Auxiliary'
<Shape
{...props}
_style={extendStyle(props, NUMBER_ONE)}
/>
{
_style: {
entity: 'ellipse;whiteSpace=wrap;html=1;aspect=fixed;strokeWidth=2;fontFamily=Tahoma;spacingBottom=4;spacingRight=2;strokeColor=#d3d3d3;',
},
_original_width: 20,
_original_height: 20,
}
Veeam logo
- Preview
- Usage
- Definition
import { VeeamLogo } from '@dinghy/diagrams/entitiesVeeam2Auxiliary'
<VeeamLogo/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VEEAM_LOGO } from '@dinghy/diagrams/entitiesVeeam2Auxiliary'
<Shape
{...props}
_style={extendStyle(props, VEEAM_LOGO)}
/>
{
_style: {
entity: 'pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#13B24B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.veeam_logo;',
},
_width: 136,
_height: 24,
}
Veeam Sapphire
- Preview
- Usage
- Definition
import { VeeamSapphire } from '@dinghy/diagrams/entitiesVeeam2Auxiliary'
<VeeamSapphire/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VEEAM_SAPPHIRE } from '@dinghy/diagrams/entitiesVeeam2Auxiliary'
<Shape
{...props}
_style={extendStyle(props, VEEAM_SAPPHIRE)}
/>
{
_style: {
entity: 'align=left;verticalAlign=middle;fontFamily=Tahoma;fillColor=#005f4b;strokeColor=none;fontColor=#ffffff;strokeWidth=2;html=1;whiteSpace=wrap;spacing=6;fontStyle=0',
},
_width: 150,
_height: 110.00000000000001,
}
Veeam Sapphire 2
- Preview
- Usage
- Definition
import { VeeamSapphire2 } from '@dinghy/diagrams/entitiesVeeam2Auxiliary'
<VeeamSapphire2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VEEAM_SAPPHIRE_2 } from '@dinghy/diagrams/entitiesVeeam2Auxiliary'
<Shape
{...props}
_style={extendStyle(props, VEEAM_SAPPHIRE_2)}
/>
{
_style: {
entity: 'align=left;verticalAlign=middle;fontFamily=Tahoma;fillColor=#df8c42;strokeColor=none;fontColor=#ffffff;strokeWidth=2;html=1;whiteSpace=wrap;spacing=6;fontStyle=0',
},
_width: 150,
_height: 110.00000000000001,
}