Citrix Resources Entities
Citrix Enterprise Browser
- Preview
- Usage
- Definition
import { CitrixEnterpriseBrowser } from '@dinghy/diagrams/entitiesCitrixResources'
<CitrixEnterpriseBrowser/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CITRIX_ENTERPRISE_BROWSER } from '@dinghy/diagrams/entitiesCitrixResources'
<Shape
{...props}
_style={extendStyle(props, CITRIX_ENTERPRISE_BROWSER)}
/>
{
_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.citrix_enterprise_browser;',
},
_original_width: 50,
_original_height: 42.955,
}
Citrix Provisioning Target Device
- Preview
- Usage
- Definition
import { CitrixProvisioningTargetDevice } from '@dinghy/diagrams/entitiesCitrixResources'
<CitrixProvisioningTargetDevice/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CITRIX_PROVISIONING_TARGET_DEVICE } from '@dinghy/diagrams/entitiesCitrixResources'
<Shape
{...props}
_style={extendStyle(props, CITRIX_PROVISIONING_TARGET_DEVICE)}
/>
{
_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.citrix_provisioning_target_device;',
},
_original_width: 41.815000000000005,
_original_height: 50,
}
Citrix Remote PC
- Preview
- Usage
- Definition
import { CitrixRemotePc } from '@dinghy/diagrams/entitiesCitrixResources'
<CitrixRemotePc/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CITRIX_REMOTE_PC } from '@dinghy/diagrams/entitiesCitrixResources'
<Shape
{...props}
_style={extendStyle(props, CITRIX_REMOTE_PC)}
/>
{
_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.citrix_remote_pc;',
},
_original_width: 42.455,
_original_height: 50,
}
Citrix VDA for MacOS
- Preview
- Usage
- Definition
import { CitrixVdaForMacos } from '@dinghy/diagrams/entitiesCitrixResources'
<CitrixVdaForMacos/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CITRIX_VDA_FOR_MACOS } from '@dinghy/diagrams/entitiesCitrixResources'
<Shape
{...props}
_style={extendStyle(props, CITRIX_VDA_FOR_MACOS)}
/>
{
_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.citrix_vda_for_macos;',
},
_width: 36.230000000000004,
_height: 50,
}
HDX
- Preview
- Usage
- Definition
import { Hdx } from '@dinghy/diagrams/entitiesCitrixResources'
<Hdx/>
// or
import { extendStyle } from "@dinghy/base-components";
import { HDX } from '@dinghy/diagrams/entitiesCitrixResources'
<Shape
{...props}
_style={extendStyle(props, HDX)}
/>
{
_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.hdx;',
},
_width: 50,
_height: 25.595000000000002,
}
Linux App
- Preview
- Usage
- Definition

import { LinuxApp } from '@dinghy/diagrams/entitiesCitrixResources'
<LinuxApp/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LINUX_APP } from '@dinghy/diagrams/entitiesCitrixResources'
<Shape
{...props}
_style={extendStyle(props, LINUX_APP)}
/>
{
_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.linux_app;',
},
_original_width: 50,
_original_height: 49.345,
}
Linux Apps
- Preview
- Usage
- Definition

import { LinuxApps } from '@dinghy/diagrams/entitiesCitrixResources'
<LinuxApps/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LINUX_APPS } from '@dinghy/diagrams/entitiesCitrixResources'
<Shape
{...props}
_style={extendStyle(props, LINUX_APPS)}
/>
{
_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.linux_apps;',
},
_original_width: 42.714999999999996,
_original_height: 50,
}
Linux Image
- Preview
- Usage
- Definition
import { LinuxImage } from '@dinghy/diagrams/entitiesCitrixResources'
<LinuxImage/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LINUX_IMAGE } from '@dinghy/diagrams/entitiesCitrixResources'
<Shape
{...props}
_style={extendStyle(props, LINUX_IMAGE)}
/>
{
_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.linux_image;',
},
_width: 37.035000000000004,
_height: 50,
}
Professional Graphics Desktop
- Preview
- Usage
- Definition
import { ProfessionalGraphicsDesktop } from '@dinghy/diagrams/entitiesCitrixResources'
<ProfessionalGraphicsDesktop/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PROFESSIONAL_GRAPHICS_DESKTOP } from '@dinghy/diagrams/entitiesCitrixResources'
<Shape
{...props}
_style={extendStyle(props, PROFESSIONAL_GRAPHICS_DESKTOP)}
/>
{
_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.professional_graphics_desktop;',
},
_original_width: 50,
_original_height: 49.97,
}
Single and Multi-Session Windows and Linux Desktops
- Preview
- Usage
- Definition
import { SingleAndMultiSessionWindowsAndLinuxDesktops } from '@dinghy/diagrams/entitiesCitrixResources'
<SingleAndMultiSessionWindowsAndLinuxDesktops/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SINGLE_AND_MULTI_SESSION_WINDOWS_AND_LINUX_DESKTOPS } from '@dinghy/diagrams/entitiesCitrixResources'
<Shape
{...props}
_style={extendStyle(props, SINGLE_AND_MULTI_SESSION_WINDOWS_AND_LINUX_DESKTOPS)}
/>
{
_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.single_and_multi_session_windows_and_linux_desktops;',
},
_original_width: 48.85,
_original_height: 50,
}
Virtual Desktop
- Preview
- Usage
- Definition
import { VirtualDesktop } from '@dinghy/diagrams/entitiesCitrixResources'
<VirtualDesktop/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VIRTUAL_DESKTOP } from '@dinghy/diagrams/entitiesCitrixResources'
<Shape
{...props}
_style={extendStyle(props, VIRTUAL_DESKTOP)}
/>
{
_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.virtual_desktop;',
},
_width: 39.23,
_height: 50,
}
Web / SaaS Apps
- Preview
- Usage
- Definition
import { WebSaasApps } from '@dinghy/diagrams/entitiesCitrixResources'
<WebSaasApps/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WEB_SAAS_APPS } from '@dinghy/diagrams/entitiesCitrixResources'
<Shape
{...props}
_style={extendStyle(props, WEB_SAAS_APPS)}
/>
{
_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.web_saas_apps;',
},
_width: 50,
_height: 38.45,
}
Windows and Linux Virtualized Apps
- Preview
- Usage
- Definition
import { WindowsAndLinuxVirtualizedApps } from '@dinghy/diagrams/entitiesCitrixResources'
<WindowsAndLinuxVirtualizedApps/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WINDOWS_AND_LINUX_VIRTUALIZED_APPS } from '@dinghy/diagrams/entitiesCitrixResources'
<Shape
{...props}
_style={extendStyle(props, WINDOWS_AND_LINUX_VIRTUALIZED_APPS)}
/>
{
_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.windows_and_linux_virtualized_apps;',
},
_width: 50,
_height: 39.519999999999996,
}
Windows App
- Preview
- Usage
- Definition
import { WindowsApp } from '@dinghy/diagrams/entitiesCitrixResources'
<WindowsApp/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WINDOWS_APP } from '@dinghy/diagrams/entitiesCitrixResources'
<Shape
{...props}
_style={extendStyle(props, WINDOWS_APP)}
/>
{
_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.windows_app;',
},
_original_width: 50,
_original_height: 49.345,
}
Windows Apps
- Preview
- Usage
- Definition
import { WindowsApps } from '@dinghy/diagrams/entitiesCitrixResources'
<WindowsApps/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WINDOWS_APPS } from '@dinghy/diagrams/entitiesCitrixResources'
<Shape
{...props}
_style={extendStyle(props, WINDOWS_APPS)}
/>
{
_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.windows_apps;',
},
_original_width: 50,
_original_height: 42.285000000000004,
}
Windows Image
- Preview
- Usage
- Definition
import { WindowsImage } from '@dinghy/diagrams/entitiesCitrixResources'
<WindowsImage/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WINDOWS_IMAGE } from '@dinghy/diagrams/entitiesCitrixResources'
<Shape
{...props}
_style={extendStyle(props, WINDOWS_IMAGE)}
/>
{
_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.windows_image;',
},
_width: 37.035000000000004,
_height: 50,
}
Windows Server Apps and Desktops
- Preview
- Usage
- Definition
import { WindowsServerAppsAndDesktops } from '@dinghy/diagrams/entitiesCitrixResources'
<WindowsServerAppsAndDesktops/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WINDOWS_SERVER_APPS_AND_DESKTOPS } from '@dinghy/diagrams/entitiesCitrixResources'
<Shape
{...props}
_style={extendStyle(props, WINDOWS_SERVER_APPS_AND_DESKTOPS)}
/>
{
_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.windows_server_apps_and_desktops;',
},
_width: 50,
_height: 30.125,
}