Aws17 Internet of Things Entities
Action
- Preview
- Usage
- Definition
import { Action } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Action/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ACTION } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, ACTION)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.action;fillColor=#5294CF;gradientColor=none;',
},
_original_width: 63,
_original_height: 64.5,
}
Actuator
- Preview
- Usage
- Definition
import { Actuator } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Actuator/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ACTUATOR } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, ACTUATOR)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.actuator;fillColor=#5294CF;gradientColor=none;',
},
_original_width: 76.5,
_original_height: 90,
}
Alexa Enabled Device
- Preview
- Usage
- Definition
import { AlexaEnabledDevice } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<AlexaEnabledDevice/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ALEXA_ENABLED_DEVICE } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, ALEXA_ENABLED_DEVICE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.alexa_enabled_device;fillColor=#5294CF;gradientColor=none;',
},
_original_width: 79.5,
_original_height: 79.5,
}
Alexa Skill
- Preview
- Usage
- Definition
import { AlexaSkill } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<AlexaSkill/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ALEXA_SKILL } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, ALEXA_SKILL)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.alexa_skill;fillColor=#5294CF;gradientColor=none;',
},
_original_width: 60,
_original_height: 63,
}
Alexa Smart Home Skill
- Preview
- Usage
- Definition
import { AlexaSmartHomeSkill } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<AlexaSmartHomeSkill/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ALEXA_SMART_HOME_SKILL } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, ALEXA_SMART_HOME_SKILL)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.alexa_smart_home_skill;fillColor=#5294CF;gradientColor=none;',
},
_original_width: 90,
_original_height: 70.5,
}
Alexa Voice Service
- Preview
- Usage
- Definition
import { AlexaVoiceService } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<AlexaVoiceService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ALEXA_VOICE_SERVICE } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, ALEXA_VOICE_SERVICE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.alexa_voice_service;fillColor=#5294CF;gradientColor=none;',
},
_original_width: 60,
_original_height: 63,
}
AWS IoT
- Preview
- Usage
- Definition
import { AwsIot } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<AwsIot/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AWS_IOT } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, AWS_IOT)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.aws_iot;fillColor=#5294CF;gradientColor=none;',
},
_original_width: 67.5,
_original_height: 81,
}
Bank
- Preview
- Usage
- Definition
import { Bank } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Bank/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BANK } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, BANK)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.bank;fillColor=#5294CF;gradientColor=none;',
},
_original_width: 79.5,
_original_height: 79.5,
}
Bicycle
- Preview
- Usage
- Definition
import { Bicycle } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Bicycle/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BICYCLE } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, BICYCLE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.bicycle;fillColor=#5294CF;gradientColor=none;',
},
_original_width: 79.5,
_original_height: 79.5,
}
Camera
- Preview
- Usage
- Definition
import { Camera } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Camera/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CAMERA } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, CAMERA)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.camera;fillColor=#5294CF;gradientColor=none;',
},
_original_width: 79.5,
_original_height: 79.5,
}
Car
- Preview
- Usage
- Definition
import { Car } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Car/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CAR } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, CAR)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.car;fillColor=#5294CF;gradientColor=none;',
},
_original_width: 79.5,
_original_height: 79.5,
}
Cart
- Preview
- Usage
- Definition
import { Cart } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Cart/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CART } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, CART)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.cart;fillColor=#5294CF;gradientColor=none;',
},
_original_width: 79.5,
_original_height: 79.5,
}
Certificate
- Preview
- Usage
- Definition

import { Certificate } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Certificate/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CERTIFICATE } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, CERTIFICATE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.certificate;fillColor=#5294CF;gradientColor=none;',
},
_width: 63,
_height: 85.5,
}
Coffee Pot
- Preview
- Usage
- Definition
import { CoffeePot } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<CoffeePot/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COFFEE_POT } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, COFFEE_POT)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.coffee_pot;fillColor=#5294CF;gradientColor=none;',
},
_original_width: 79.5,
_original_height: 79.5,
}
Desired State
- Preview
- Usage
- Definition
import { DesiredState } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<DesiredState/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DESIRED_STATE } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, DESIRED_STATE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.desired_state;fillColor=#5294CF;gradientColor=none;',
},
_original_width: 60,
_original_height: 63,
}
Door Lock
- Preview
- Usage
- Definition
import { DoorLock } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<DoorLock/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DOOR_LOCK } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, DOOR_LOCK)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.door_lock;fillColor=#5294CF;gradientColor=none;',
},
_original_width: 79.5,
_original_height: 79.5,
}
Echo
- Preview
- Usage
- Definition
import { Echo } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Echo/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ECHO } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, ECHO)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.echo;fillColor=#205B99;gradientColor=none;',
},
_width: 40.5,
_height: 93,
}
Factory
- Preview
- Usage
- Definition
import { Factory } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Factory/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FACTORY } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, FACTORY)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.factory;fillColor=#5294CF;gradientColor=none;',
},
_original_width: 79.5,
_original_height: 79.5,
}
Fire TV
- Preview
- Usage
- Definition
import { FireTv } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<FireTv/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FIRE_TV } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, FIRE_TV)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.fire_tv;fillColor=#5294CF;gradientColor=none;',
},
_original_width: 75,
_original_height: 55.5,
}
Fire TV Stick
- Preview
- Usage
- Definition
import { FireTvStick } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<FireTvStick/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FIRE_TV_STICK } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, FIRE_TV_STICK)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.fire_tv_stick;fillColor=#5294CF;gradientColor=none;',
},
_width: 85.5,
_height: 33,
}
Generic
- Preview
- Usage
- Definition
import { Generic } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Generic/>
// or
import { extendStyle } from "@dinghy/base-components";
import { GENERIC } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, GENERIC)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.generic;fillColor=#5294CF;gradientColor=none;',
},
_original_width: 79.5,
_original_height: 79.5,
}
Greengrass
- Preview
- Usage
- Definition
import { Greengrass } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Greengrass/>
// or
import { extendStyle } from "@dinghy/base-components";
import { GREENGRASS } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, GREENGRASS)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.greengrass;fillColor=#5294CF;gradientColor=none;',
},
_original_width: 76.5,
_original_height: 93,
}
Hardware Board
- Preview
- Usage
- Definition

import { HardwareBoard } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<HardwareBoard/>
// or
import { extendStyle } from "@dinghy/base-components";
import { HARDWARE_BOARD } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, HARDWARE_BOARD)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.hardware_board;fillColor=#5294CF;gradientColor=none;',
},
_width: 84,
_height: 100.5,
}
House
- Preview
- Usage
- Definition
import { House } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<House/>
// or
import { extendStyle } from "@dinghy/base-components";
import { HOUSE } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, HOUSE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.house;fillColor=#5294CF;gradientColor=none;',
},
_original_width: 79.5,
_original_height: 79.5,
}
HTTP Protocol
- Preview
- Usage
- Definition
import { HttpProtocol } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<HttpProtocol/>
// or
import { extendStyle } from "@dinghy/base-components";
import { HTTP_PROTOCOL } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, HTTP_PROTOCOL)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.http_protocol;fillColor=#5294CF;gradientColor=none;',
},
_original_width: 63,
_original_height: 66,
}
HTTP/2 Protocol
- Preview
- Usage
- Definition
import { Http2Protocol } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Http2Protocol/>
// or
import { extendStyle } from "@dinghy/base-components";
import { HTTP_2_PROTOCOL } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, HTTP_2_PROTOCOL)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.http_2_protocol;fillColor=#5294CF;gradientColor=none;',
},
_original_width: 63,
_original_height: 66,
}
Lambda Function
- Preview
- Usage
- Definition
import { LambdaFunction } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<LambdaFunction/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LAMBDA_FUNCTION } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, LAMBDA_FUNCTION)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.lambda_function;fillColor=#5294CF;gradientColor=none;',
},
_original_width: 60,
_original_height: 63,
}
Lightbulb
- Preview
- Usage
- Definition
import { Lightbulb } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Lightbulb/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LIGHTBULB } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, LIGHTBULB)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.lightbulb;fillColor=#5294CF;gradientColor=none;',
},
_original_width: 79.5,
_original_height: 79.5,
}
Medical Emergency
- Preview
- Usage
- Definition
import { MedicalEmergency } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<MedicalEmergency/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MEDICAL_EMERGENCY } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, MEDICAL_EMERGENCY)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.medical_emergency;fillColor=#5294CF;gradientColor=none;',
},
_original_width: 79.5,
_original_height: 79.5,
}
MQTT Protocol
- Preview
- Usage
- Definition
import { MqttProtocol } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<MqttProtocol/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MQTT_PROTOCOL } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, MQTT_PROTOCOL)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.mqtt_protocol;fillColor=#5294CF;gradientColor=none;',
},
_original_width: 63,
_original_height: 66,
}
Police Emergency
- Preview
- Usage
- Definition
import { PoliceEmergency } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<PoliceEmergency/>
// or
import { extendStyle } from "@dinghy/base-components";
import { POLICE_EMERGENCY } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, POLICE_EMERGENCY)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.police_emergency;fillColor=#5294CF;gradientColor=none;',
},
_original_width: 79.5,
_original_height: 79.5,
}
Policy
- Preview
- Usage
- Definition
import { Policy } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Policy/>
// or
import { extendStyle } from "@dinghy/base-components";
import { POLICY } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, POLICY)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.policy;fillColor=#5294CF;gradientColor=none;',
},
_width: 55.5,
_height: 90,
}
Reported State
- Preview
- Usage
- Definition
import { ReportedState } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<ReportedState/>
// or
import { extendStyle } from "@dinghy/base-components";
import { REPORTED_STATE } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, REPORTED_STATE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.reported_state;fillColor=#5294CF;gradientColor=none;',
},
_original_width: 60,
_original_height: 63,
}
Rule
- Preview
- Usage
- Definition
import { Rule } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Rule/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RULE } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, RULE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.rule;fillColor=#5294CF;gradientColor=none;',
},
_width: 49.5,
_height: 99,
}
Sensor
- Preview
- Usage
- Definition
import { Sensor } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Sensor/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SENSOR } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, SENSOR)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.sensor;fillColor=#5294CF;gradientColor=none;',
},
_original_width: 76.5,
_original_height: 90,
}
Servo
- Preview
- Usage
- Definition
import { Servo } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Servo/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SERVO } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, SERVO)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.servo;fillColor=#5294CF;gradientColor=none;',
},
_width: 84,
_height: 60,
}
Shadow
- Preview
- Usage
- Definition
import { Shadow } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Shadow/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SHADOW } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, SHADOW)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.shadow;fillColor=#5294CF;gradientColor=none;',
},
_original_width: 85.5,
_original_height: 91.5,
}
Simulator
- Preview
- Usage
- Definition
import { Simulator } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Simulator/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SIMULATOR } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, SIMULATOR)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.simulator;fillColor=#5294CF;gradientColor=none;',
},
_original_width: 75,
_original_height: 78,
}
Thermostat
- Preview
- Usage
- Definition
import { Thermostat } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Thermostat/>
// or
import { extendStyle } from "@dinghy/base-components";
import { THERMOSTAT } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, THERMOSTAT)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.thermostat;fillColor=#5294CF;gradientColor=none;',
},
_original_width: 79.5,
_original_height: 79.5,
}
Topic
- Preview
- Usage
- Definition
import { Topic } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Topic/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TOPIC } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, TOPIC)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.topic;fillColor=#5294CF;gradientColor=none;',
},
_original_width: 49.5,
_original_height: 66,
}
Travel
- Preview
- Usage
- Definition
import { Travel } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Travel/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TRAVEL } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, TRAVEL)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.travel;fillColor=#5294CF;gradientColor=none;',
},
_original_width: 79.5,
_original_height: 79.5,
}
Utility
- Preview
- Usage
- Definition
import { Utility } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Utility/>
// or
import { extendStyle } from "@dinghy/base-components";
import { UTILITY } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, UTILITY)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.utility;fillColor=#5294CF;gradientColor=none;',
},
_original_width: 79.5,
_original_height: 79.5,
}
Windfarm
- Preview
- Usage
- Definition
import { Windfarm } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Windfarm/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WINDFARM } from '@dinghy/diagrams/entitiesAws17InternetOfThings'
<Shape
{...props}
_style={extendStyle(props, WINDFARM)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.windfarm;fillColor=#5294CF;gradientColor=none;',
},
_original_width: 79.5,
_original_height: 79.5,
}