Cisco Wireless Entities
Antenna
- Preview
- Usage
- Definition
import { Antenna } from '@dinghy/diagrams/entitiesCiscoWireless'
<Antenna/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ANTENNA } from '@dinghy/diagrams/entitiesCiscoWireless'
<Shape
{...props}
_style={extendStyle(props, ANTENNA)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.wireless.antenna;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_width: 88,
_height: 104,
}
Ground Terminal
- Preview
- Usage
- Definition

import { GroundTerminal } from '@dinghy/diagrams/entitiesCiscoWireless'
<GroundTerminal/>
// or
import { extendStyle } from "@dinghy/base-components";
import { GROUND_TERMINAL } from '@dinghy/diagrams/entitiesCiscoWireless'
<Shape
{...props}
_style={extendStyle(props, GROUND_TERMINAL)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.wireless.ground_terminal;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_width: 99,
_height: 122,
}
Radio Tower
- Preview
- Usage
- Definition
import { RadioTower } from '@dinghy/diagrams/entitiesCiscoWireless'
<RadioTower/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RADIO_TOWER } from '@dinghy/diagrams/entitiesCiscoWireless'
<Shape
{...props}
_style={extendStyle(props, RADIO_TOWER)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.wireless.radio_tower;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_width: 37,
_height: 101,
}
Satellite
- Preview
- Usage
- Definition
import { Satellite } from '@dinghy/diagrams/entitiesCiscoWireless'
<Satellite/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SATELLITE } from '@dinghy/diagrams/entitiesCiscoWireless'
<Shape
{...props}
_style={extendStyle(props, SATELLITE)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.wireless.satellite;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_width: 134,
_height: 45,
}
Satellite Dish
- Preview
- Usage
- Definition

import { SatelliteDish } from '@dinghy/diagrams/entitiesCiscoWireless'
<SatelliteDish/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SATELLITE_DISH } from '@dinghy/diagrams/entitiesCiscoWireless'
<Shape
{...props}
_style={extendStyle(props, SATELLITE_DISH)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.wireless.satellite_dish;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_width: 99,
_height: 74,
}
Wi-Fi Tag
- Preview
- Usage
- Definition
import { WiFiTag } from '@dinghy/diagrams/entitiesCiscoWireless'
<WiFiTag/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WI_FI_TAG } from '@dinghy/diagrams/entitiesCiscoWireless'
<Shape
{...props}
_style={extendStyle(props, WI_FI_TAG)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.wireless.wi-fi_tag;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_original_width: 74,
_original_height: 64,
}
Wireless
- Preview
- Usage
- Definition
import { Wireless } from '@dinghy/diagrams/entitiesCiscoWireless'
<Wireless/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WIRELESS } from '@dinghy/diagrams/entitiesCiscoWireless'
<Shape
{...props}
_style={extendStyle(props, WIRELESS)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.wireless.wireless;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_width: 37,
_height: 67,
}
Wireless Bridge
- Preview
- Usage
- Definition
import { WirelessBridge } from '@dinghy/diagrams/entitiesCiscoWireless'
<WirelessBridge/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WIRELESS_BRIDGE } from '@dinghy/diagrams/entitiesCiscoWireless'
<Shape
{...props}
_style={extendStyle(props, WIRELESS_BRIDGE)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.wireless.wireless_bridge;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_original_width: 75,
_original_height: 61,
}
Wireless Location Appliance
- Preview
- Usage
- Definition
import { WirelessLocationAppliance } from '@dinghy/diagrams/entitiesCiscoWireless'
<WirelessLocationAppliance/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WIRELESS_LOCATION_APPLIANCE } from '@dinghy/diagrams/entitiesCiscoWireless'
<Shape
{...props}
_style={extendStyle(props, WIRELESS_LOCATION_APPLIANCE)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.wireless.wireless_location_appliance;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_width: 98,
_height: 54,
}
Wireless Transport
- Preview
- Usage
- Definition
import { WirelessTransport } from '@dinghy/diagrams/entitiesCiscoWireless'
<WirelessTransport/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WIRELESS_TRANSPORT } from '@dinghy/diagrams/entitiesCiscoWireless'
<Shape
{...props}
_style={extendStyle(props, WIRELESS_TRANSPORT)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.wireless.wireless_transport;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_width: 77,
_height: 54,
}
WLAN Controller
- Preview
- Usage
- Definition

import { WlanController } from '@dinghy/diagrams/entitiesCiscoWireless'
<WlanController/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WLAN_CONTROLLER } from '@dinghy/diagrams/entitiesCiscoWireless'
<Shape
{...props}
_style={extendStyle(props, WLAN_CONTROLLER)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.wireless.wlan_controller;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_width: 101,
_height: 56,
}