Citrix Locations Entities
Airport
- Preview
- Usage
- Definition
import { Airport } from '@dinghy/diagrams/entitiesCitrixLocations'
<Airport/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AIRPORT } from '@dinghy/diagrams/entitiesCitrixLocations'
<Shape
{...props}
_style={extendStyle(props, AIRPORT)}
/>
{
_style: {
entity: 'sketch=0;verticalLabelPosition=bottom;sketch=0;aspect=fixed;html=1;verticalAlign=top;strokeColor=none;fillColor=#000000;align=center;outlineConnect=0;pointerEvents=1;shape=mxgraph.citrix2.airport;',
},
_original_width: 48.075,
_original_height: 50,
}
Cloud
- Preview
- Usage
- Definition
import { Cloud } from '@dinghy/diagrams/entitiesCitrixLocations'
<Cloud/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CLOUD } from '@dinghy/diagrams/entitiesCitrixLocations'
<Shape
{...props}
_style={extendStyle(props, CLOUD)}
/>
{
_style: {
entity: 'sketch=0;verticalLabelPosition=bottom;sketch=0;aspect=fixed;html=1;verticalAlign=top;strokeColor=none;fillColor=#000000;align=center;outlineConnect=0;pointerEvents=1;shape=mxgraph.citrix2.cloud;',
},
_width: 50,
_height: 28.46,
}
Data Center
- Preview
- Usage
- Definition
import { DataCenter } from '@dinghy/diagrams/entitiesCitrixLocations'
<DataCenter/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DATA_CENTER } from '@dinghy/diagrams/entitiesCitrixLocations'
<Shape
{...props}
_style={extendStyle(props, DATA_CENTER)}
/>
{
_style: {
entity: 'sketch=0;verticalLabelPosition=bottom;sketch=0;aspect=fixed;html=1;verticalAlign=top;strokeColor=none;fillColor=#000000;align=center;outlineConnect=0;pointerEvents=1;shape=mxgraph.citrix2.data_center;',
},
_original_width: 49.24,
_original_height: 50,
}
Factory
- Preview
- Usage
- Definition
import { Factory } from '@dinghy/diagrams/entitiesCitrixLocations'
<Factory/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FACTORY } from '@dinghy/diagrams/entitiesCitrixLocations'
<Shape
{...props}
_style={extendStyle(props, FACTORY)}
/>
{
_style: {
entity: 'sketch=0;verticalLabelPosition=bottom;sketch=0;aspect=fixed;html=1;verticalAlign=top;strokeColor=none;fillColor=#000000;align=center;outlineConnect=0;pointerEvents=1;shape=mxgraph.citrix2.factory;',
},
_original_width: 50,
_original_height: 49.415,
}
Finance / Government
- Preview
- Usage
- Definition
import { FinanceGovernment } from '@dinghy/diagrams/entitiesCitrixLocations'
<FinanceGovernment/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FINANCE_GOVERNMENT } from '@dinghy/diagrams/entitiesCitrixLocations'
<Shape
{...props}
_style={extendStyle(props, FINANCE_GOVERNMENT)}
/>
{
_style: {
entity: 'sketch=0;verticalLabelPosition=bottom;sketch=0;aspect=fixed;html=1;verticalAlign=top;strokeColor=none;fillColor=#000000;align=center;outlineConnect=0;pointerEvents=1;shape=mxgraph.citrix2.finance_government;',
},
_original_width: 50,
_original_height: 45.735,
}
Home
- Preview
- Usage
- Definition
import { Home } from '@dinghy/diagrams/entitiesCitrixLocations'
<Home/>
// or
import { extendStyle } from "@dinghy/base-components";
import { HOME } from '@dinghy/diagrams/entitiesCitrixLocations'
<Shape
{...props}
_style={extendStyle(props, HOME)}
/>
{
_style: {
entity: 'sketch=0;verticalLabelPosition=bottom;sketch=0;aspect=fixed;html=1;verticalAlign=top;strokeColor=none;fillColor=#000000;align=center;outlineConnect=0;pointerEvents=1;shape=mxgraph.citrix2.home;',
},
_original_width: 50,
_original_height: 42.94,
}
Hospital
- Preview
- Usage
- Definition
import { Hospital } from '@dinghy/diagrams/entitiesCitrixLocations'
<Hospital/>
// or
import { extendStyle } from "@dinghy/base-components";
import { HOSPITAL } from '@dinghy/diagrams/entitiesCitrixLocations'
<Shape
{...props}
_style={extendStyle(props, HOSPITAL)}
/>
{
_style: {
entity: 'sketch=0;verticalLabelPosition=bottom;sketch=0;aspect=fixed;html=1;verticalAlign=top;strokeColor=none;fillColor=#000000;align=center;outlineConnect=0;pointerEvents=1;shape=mxgraph.citrix2.hospital;',
},
_original_width: 50,
_original_height: 44.2,
}
Hybrid Cloud
- Preview
- Usage
- Definition
import { HybridCloud } from '@dinghy/diagrams/entitiesCitrixLocations'
<HybridCloud/>
// or
import { extendStyle } from "@dinghy/base-components";
import { HYBRID_CLOUD } from '@dinghy/diagrams/entitiesCitrixLocations'
<Shape
{...props}
_style={extendStyle(props, HYBRID_CLOUD)}
/>
{
_style: {
entity: 'sketch=0;verticalLabelPosition=bottom;sketch=0;aspect=fixed;html=1;verticalAlign=top;strokeColor=none;fillColor=#000000;align=center;outlineConnect=0;pointerEvents=1;shape=mxgraph.citrix2.hybrid_cloud;',
},
_width: 50,
_height: 28.09,
}
Office
- Preview
- Usage
- Definition
import { Office } from '@dinghy/diagrams/entitiesCitrixLocations'
<Office/>
// or
import { extendStyle } from "@dinghy/base-components";
import { OFFICE } from '@dinghy/diagrams/entitiesCitrixLocations'
<Shape
{...props}
_style={extendStyle(props, OFFICE)}
/>
{
_style: {
entity: 'sketch=0;verticalLabelPosition=bottom;sketch=0;aspect=fixed;html=1;verticalAlign=top;strokeColor=none;fillColor=#000000;align=center;outlineConnect=0;pointerEvents=1;shape=mxgraph.citrix2.office;',
},
_original_width: 50,
_original_height: 49.230000000000004,
}
Private Cloud
- Preview
- Usage
- Definition
import { PrivateCloud } from '@dinghy/diagrams/entitiesCitrixLocations'
<PrivateCloud/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PRIVATE_CLOUD } from '@dinghy/diagrams/entitiesCitrixLocations'
<Shape
{...props}
_style={extendStyle(props, PRIVATE_CLOUD)}
/>
{
_style: {
entity: 'sketch=0;verticalLabelPosition=bottom;sketch=0;aspect=fixed;html=1;verticalAlign=top;strokeColor=none;fillColor=#000000;align=center;outlineConnect=0;pointerEvents=1;shape=mxgraph.citrix2.private_cloud;',
},
_width: 50,
_height: 28.865000000000002,
}