Electrical Misc Entities
2-Conductor Jack
- Preview
- Usage
- Definition
import { Component2ConductorJack } from '@dinghy/diagrams/entitiesElectricalMisc'
<Component2ConductorJack/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COMPONENT_2_CONDUCTOR_JACK } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, COMPONENT_2_CONDUCTOR_JACK)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.2_conductor_jack',
},
_width: 100,
_height: 50,
}
2-Conductor Plug
- Preview
- Usage
- Definition
import { Component2ConductorPlug } from '@dinghy/diagrams/entitiesElectricalMisc'
<Component2ConductorPlug/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COMPONENT_2_CONDUCTOR_PLUG } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, COMPONENT_2_CONDUCTOR_PLUG)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.2_conductor_plug',
},
_width: 53,
_height: 24,
}
3 Conductor Plug
- Preview
- Usage
- Definition
import { Component3ConductorPlug } from '@dinghy/diagrams/entitiesElectricalMisc'
<Component3ConductorPlug/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COMPONENT_3_CONDUCTOR_PLUG } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, COMPONENT_3_CONDUCTOR_PLUG)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.3_conductor_plug',
},
_width: 53,
_height: 24,
}
3-Conductor Jack
- Preview
- Usage
- Definition
import { Component3ConductorJack } from '@dinghy/diagrams/entitiesElectricalMisc'
<Component3ConductorJack/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COMPONENT_3_CONDUCTOR_JACK } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, COMPONENT_3_CONDUCTOR_JACK)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.3_conductor_jack',
},
_width: 100,
_height: 50,
}
AC Out
- Preview
- Usage
- Definition
import { AcOut } from '@dinghy/diagrams/entitiesElectricalMisc'
<AcOut/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AC_OUT } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, AC_OUT)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.ac_out',
},
_width: 200,
_height: 100,
}
Adapter
- Preview
- Usage
- Definition
import { Adapter } from '@dinghy/diagrams/entitiesElectricalMisc'
<Adapter/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ADAPTER } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, ADAPTER)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.adapter',
},
_width: 100,
_height: 40,
}
Amplifier
- Preview
- Usage
- Definition
import { Amplifier } from '@dinghy/diagrams/entitiesElectricalMisc'
<Amplifier/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AMPLIFIER } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, AMPLIFIER)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.abstract.amplifier;',
},
_original_width: 90,
_original_height: 100,
}
Antenna
- Preview
- Usage
- Definition
import { Antenna } from '@dinghy/diagrams/entitiesElectricalMisc'
<Antenna/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ANTENNA } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, ANTENNA)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.radio.aerial_-_antenna_1;',
},
_width: 80,
_height: 100,
}
Antenna 2
- Preview
- Usage
- Definition
import { Antenna2 } from '@dinghy/diagrams/entitiesElectricalMisc'
<Antenna2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ANTENNA_2 } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, ANTENNA_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.radio.aerial_-_antenna_2;',
},
_width: 79,
_height: 100,
}
Bandpass Filter
- Preview
- Usage
- Definition
import { BandpassFilter } from '@dinghy/diagrams/entitiesElectricalMisc'
<BandpassFilter/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BANDPASS_FILTER } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, BANDPASS_FILTER)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.logic_gates.bandpass_filter;',
},
_original_width: 52,
_original_height: 46,
}
Buzzer
- Preview
- Usage
- Definition
import { Buzzer } from '@dinghy/diagrams/entitiesElectricalMisc'
<Buzzer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BUZZER } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, BUZZER)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.radio.buzzer',
},
_width: 80,
_height: 50,
}
C Header Connector
- Preview
- Usage
- Definition
import { CHeaderConnector } from '@dinghy/diagrams/entitiesElectricalMisc'
<CHeaderConnector/>
// or
import { extendStyle } from "@dinghy/base-components";
import { C_HEADER_CONNECTOR } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, C_HEADER_CONNECTOR)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.c_header_connector',
},
_width: 200,
_height: 75,
}
Cable Termination
- Preview
- Usage
- Definition
import { CableTermination } from '@dinghy/diagrams/entitiesElectricalMisc'
<CableTermination/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CABLE_TERMINATION } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, CABLE_TERMINATION)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.cable_termination',
},
_width: 100,
_height: 50,
}
Chassis
- Preview
- Usage
- Definition
import { Chassis } from '@dinghy/diagrams/entitiesElectricalMisc'
<Chassis/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CHASSIS } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, CHASSIS)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.chassis;',
},
_width: 65,
_height: 32,
}
Circuit Breaker
- Preview
- Usage
- Definition
import { CircuitBreaker } from '@dinghy/diagrams/entitiesElectricalMisc'
<CircuitBreaker/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CIRCUIT_BREAKER } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, CIRCUIT_BREAKER)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.circuit_breaker;',
},
_width: 100,
_height: 13,
}
Circuit Terminal
- Preview
- Usage
- Definition
import { CircuitTerminal } from '@dinghy/diagrams/entitiesElectricalMisc'
<CircuitTerminal/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CIRCUIT_TERMINAL } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, CIRCUIT_TERMINAL)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;strokeWidth=1;shape=ellipse;perimeter=ellipsePerimeter;',
},
_original_width: 15,
_original_height: 15,
}
Co-Ax
- Preview
- Usage
- Definition
import { CoAx } from '@dinghy/diagrams/entitiesElectricalMisc'
<CoAx/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CO_AX } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, CO_AX)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.co-ax;',
},
_width: 40,
_height: 60,
}
Coaxial Center Conductor
- Preview
- Usage
- Definition

import { CoaxialCenterConductor } from '@dinghy/diagrams/entitiesElectricalMisc'
<CoaxialCenterConductor/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COAXIAL_CENTER_CONDUCTOR } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, COAXIAL_CENTER_CONDUCTOR)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.coaxial_center_conductor',
},
_width: 300,
_height: 150,
}
Coaxial Jack/Plug
- Preview
- Usage
- Definition
import { CoaxialJackPlug } from '@dinghy/diagrams/entitiesElectricalMisc'
<CoaxialJackPlug/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COAXIAL_JACK_PLUG } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, COAXIAL_JACK_PLUG)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.coaxial_jack_plug',
},
_width: 50,
_height: 100,
}
Coaxial Outside Conductor
- Preview
- Usage
- Definition

import { CoaxialOutsideConductor } from '@dinghy/diagrams/entitiesElectricalMisc'
<CoaxialOutsideConductor/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COAXIAL_OUTSIDE_CONDUCTOR } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, COAXIAL_OUTSIDE_CONDUCTOR)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.coaxial_outside_conductor',
},
_width: 300,
_height: 150,
}
Controlled Amplifier
- Preview
- Usage
- Definition
import { ControlledAmplifier } from '@dinghy/diagrams/entitiesElectricalMisc'
<ControlledAmplifier/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CONTROLLED_AMPLIFIER } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, CONTROLLED_AMPLIFIER)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.abstract.controlled_amplifier;',
},
_original_width: 100,
_original_height: 90,
}
Crystal
- Preview
- Usage
- Definition
import { Crystal } from '@dinghy/diagrams/entitiesElectricalMisc'
<Crystal/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CRYSTAL } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, CRYSTAL)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.crystal_1;',
},
_width: 100,
_height: 40,
}
Current Flow
- Preview
- Usage
- Definition
import { CurrentFlow } from '@dinghy/diagrams/entitiesElectricalMisc'
<CurrentFlow/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CURRENT_FLOW } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, CURRENT_FLOW)}
/>
{
_style: {
entity: 'verticalLabelPosition=top;verticalAlign=bottom;shape=mxgraph.electrical.signal_sources.current_flow;shadow=0;dashed=0;align=center;strokeWidth=1;fontSize=10;html=1;',
},
_width: 70,
_height: 10,
}
DAC
- Preview
- Usage
- Definition
import { Dac } from '@dinghy/diagrams/entitiesElectricalMisc'
<Dac/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DAC } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, DAC)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.abstract.dac;',
},
_width: 70,
_height: 46,
}
Delay Element
- Preview
- Usage
- Definition
import { DelayElement } from '@dinghy/diagrams/entitiesElectricalMisc'
<DelayElement/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DELAY_ELEMENT } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, DELAY_ELEMENT)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.delay_element',
},
_original_width: 100,
_original_height: 100,
}
Delta
- Preview
- Usage
- Definition
import { Delta } from '@dinghy/diagrams/entitiesElectricalMisc'
<Delta/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DELTA } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, DELTA)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.abstract.delta;',
},
_original_width: 50,
_original_height: 50,
}
Demux
- Preview
- Usage
- Definition
import { Demux } from '@dinghy/diagrams/entitiesElectricalMisc'
<Demux/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DEMUX } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, DEMUX)}
/>
{
_style: {
entity: 'shadow=0;dashed=0;align=center;html=1;strokeWidth=1;shape=mxgraph.electrical.abstract.mux2;operation=demux;whiteSpace=wrap;',
},
_width: 80,
_height: 120,
}
Electrical Motor
- Preview
- Usage
- Definition
import { ElectricalMotor } from '@dinghy/diagrams/entitiesElectricalMisc'
<ElectricalMotor/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ELECTRICAL_MOTOR } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, ELECTRICAL_MOTOR)}
/>
{
_style: {
entity: 'verticalLabelPosition=middle;shadow=0;dashed=0;align=center;html=1;verticalAlign=middle;strokeWidth=1;shape=ellipse;aspect=fixed;fontSize=35;',
},
_original_width: 60,
_original_height: 60,
}
Equipotential
- Preview
- Usage
- Definition
import { Equipotential } from '@dinghy/diagrams/entitiesElectricalMisc'
<Equipotential/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EQUIPOTENTIAL } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, EQUIPOTENTIAL)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.signal_sources.equipotential;',
},
_original_width: 90,
_original_height: 90,
}
Equipotential 2
- Preview
- Usage
- Definition
import { Equipotential2 } from '@dinghy/diagrams/entitiesElectricalMisc'
<Equipotential2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EQUIPOTENTIAL_2 } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, EQUIPOTENTIAL_2)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.signal_sources.protective_earth;',
},
_width: 25,
_height: 20,
}
F/M 2 Conductor
- Preview
- Usage
- Definition
import { FM2Conductor } from '@dinghy/diagrams/entitiesElectricalMisc'
<FM2Conductor/>
// or
import { extendStyle } from "@dinghy/base-components";
import { F_M_2_CONDUCTOR } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, F_M_2_CONDUCTOR)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.f_m_2_conductor_1',
},
_original_width: 100,
_original_height: 100,
}
F/M 2 Conductor 2
- Preview
- Usage
- Definition
import { FM2Conductor2 } from '@dinghy/diagrams/entitiesElectricalMisc'
<FM2Conductor2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { F_M_2_CONDUCTOR_2 } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, F_M_2_CONDUCTOR_2)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.f_m_2_conductor_2',
},
_original_width: 100,
_original_height: 100,
}
F/M 2 Conductor 3
- Preview
- Usage
- Definition
import { FM2Conductor3 } from '@dinghy/diagrams/entitiesElectricalMisc'
<FM2Conductor3/>
// or
import { extendStyle } from "@dinghy/base-components";
import { F_M_2_CONDUCTOR_3 } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, F_M_2_CONDUCTOR_3)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.f_m_2_conductor_3',
},
_width: 100,
_height: 50,
}
F/M 3 Conductor
- Preview
- Usage
- Definition
import { FM3Conductor } from '@dinghy/diagrams/entitiesElectricalMisc'
<FM3Conductor/>
// or
import { extendStyle } from "@dinghy/base-components";
import { F_M_3_CONDUCTOR } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, F_M_3_CONDUCTOR)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.f_m_3_conductor_1',
},
_original_width: 100,
_original_height: 100,
}
F/M 3 Conductor 2
- Preview
- Usage
- Definition
import { FM3Conductor2 } from '@dinghy/diagrams/entitiesElectricalMisc'
<FM3Conductor2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { F_M_3_CONDUCTOR_2 } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, F_M_3_CONDUCTOR_2)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.f_m_3_conductor_2',
},
_original_width: 100,
_original_height: 100,
}
F/M 3 Conductor 3
- Preview
- Usage
- Definition
import { FM3Conductor3 } from '@dinghy/diagrams/entitiesElectricalMisc'
<FM3Conductor3/>
// or
import { extendStyle } from "@dinghy/base-components";
import { F_M_3_CONDUCTOR_3 } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, F_M_3_CONDUCTOR_3)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.f_m_3_conductor_3',
},
_original_width: 100,
_original_height: 100,
}
F/M 3 Conductor 4
- Preview
- Usage
- Definition

import { FM3Conductor4 } from '@dinghy/diagrams/entitiesElectricalMisc'
<FM3Conductor4/>
// or
import { extendStyle } from "@dinghy/base-components";
import { F_M_3_CONDUCTOR_4 } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, F_M_3_CONDUCTOR_4)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.f_m_3_conductor_4',
},
_original_width: 100,
_original_height: 100,
}
F/M 3 Conductor 5
- Preview
- Usage
- Definition
import { FM3Conductor5 } from '@dinghy/diagrams/entitiesElectricalMisc'
<FM3Conductor5/>
// or
import { extendStyle } from "@dinghy/base-components";
import { F_M_3_CONDUCTOR_5 } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, F_M_3_CONDUCTOR_5)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.f_m_3_conductor_5',
},
_original_width: 100,
_original_height: 100,
}
Filter
- Preview
- Usage
- Definition
import { Filter } from '@dinghy/diagrams/entitiesElectricalMisc'
<Filter/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FILTER } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, FILTER)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.abstract.filter;',
},
_original_width: 52,
_original_height: 46,
}
Flourescent Lamp
- Preview
- Usage
- Definition
import { FlourescentLamp } from '@dinghy/diagrams/entitiesElectricalMisc'
<FlourescentLamp/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FLOURESCENT_LAMP } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, FLOURESCENT_LAMP)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.flourescent_lamp',
},
_width: 80,
_height: 30,
}
Function
- Preview
- Usage
- Definition
import { Function } from '@dinghy/diagrams/entitiesElectricalMisc'
<Function/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FUNCTION } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, FUNCTION)}
/>
{
_style: {
entity: 'shape=mxgraph.electrical.abstract.function;html=1;shadow=0;dashed=0;align=center;strokeWidth=1;fontSize=24',
},
_original_width: 50,
_original_height: 50,
}
Fuse (IEC)
- Preview
- Usage
- Definition
import { FuseIec } from '@dinghy/diagrams/entitiesElectricalMisc'
<FuseIec/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FUSE_IEC } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, FUSE_IEC)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.fuse_1;',
},
_width: 100,
_height: 20,
}
Fuse (IEEE)
- Preview
- Usage
- Definition
import { FuseIeee } from '@dinghy/diagrams/entitiesElectricalMisc'
<FuseIeee/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FUSE_IEEE } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, FUSE_IEEE)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.fuse_2;',
},
_width: 100,
_height: 20,
}
Fuse (IEEE) 2
- Preview
- Usage
- Definition
import { FuseIeee2 } from '@dinghy/diagrams/entitiesElectricalMisc'
<FuseIeee2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FUSE_IEEE_2 } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, FUSE_IEEE_2)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.fuse_4;',
},
_width: 100,
_height: 32,
}
Fuse (obsolete)
- Preview
- Usage
- Definition
import { FuseObsolete } from '@dinghy/diagrams/entitiesElectricalMisc'
<FuseObsolete/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FUSE_OBSOLETE } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, FUSE_OBSOLETE)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.fuse_3;',
},
_width: 100,
_height: 12,
}
Generic Component
- Preview
- Usage
- Definition
import { GenericComponent } from '@dinghy/diagrams/entitiesElectricalMisc'
<GenericComponent/>
// or
import { extendStyle } from "@dinghy/base-components";
import { GENERIC_COMPONENT } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, GENERIC_COMPONENT)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.generic_component',
},
_original_width: 60,
_original_height: 60,
}
Ground
- Preview
- Usage
- Definition
import { Ground } from '@dinghy/diagrams/entitiesElectricalMisc'
<Ground/>
// or
import { extendStyle } from "@dinghy/base-components";
import { GROUND } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, GROUND)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.signal_sources.signal_ground;',
},
_width: 45,
_height: 30,
}
Highpass Filter
- Preview
- Usage
- Definition
import { HighpassFilter } from '@dinghy/diagrams/entitiesElectricalMisc'
<HighpassFilter/>
// or
import { extendStyle } from "@dinghy/base-components";
import { HIGHPASS_FILTER } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, HIGHPASS_FILTER)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.logic_gates.highpass_filter;',
},
_original_width: 52,
_original_height: 46,
}
Igniter Plug
- Preview
- Usage
- Definition
import { IgniterPlug } from '@dinghy/diagrams/entitiesElectricalMisc'
<IgniterPlug/>
// or
import { extendStyle } from "@dinghy/base-components";
import { IGNITER_PLUG } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, IGNITER_PLUG)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.igniter_plug2',
},
_width: 72,
_height: 39,
}
Illuminating Bulb
- Preview
- Usage
- Definition
import { IlluminatingBulb } from '@dinghy/diagrams/entitiesElectricalMisc'
<IlluminatingBulb/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ILLUMINATING_BULB } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, ILLUMINATING_BULB)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.illuminating_bulb;',
},
_original_width: 60,
_original_height: 50,
}
Indicator
- Preview
- Usage
- Definition
import { Indicator } from '@dinghy/diagrams/entitiesElectricalMisc'
<Indicator/>
// or
import { extendStyle } from "@dinghy/base-components";
import { INDICATOR } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, INDICATOR)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.indicator',
},
_original_width: 60,
_original_height: 60,
}
Integrator
- Preview
- Usage
- Definition
import { Integrator } from '@dinghy/diagrams/entitiesElectricalMisc'
<Integrator/>
// or
import { extendStyle } from "@dinghy/base-components";
import { INTEGRATOR } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, INTEGRATOR)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.abstract.integrator;',
},
_original_width: 50,
_original_height: 50,
}
Lamp
- Preview
- Usage
- Definition
import { Lamp } from '@dinghy/diagrams/entitiesElectricalMisc'
<Lamp/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LAMP } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, LAMP)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.opto_electronics.lamp',
},
_width: 50,
_height: 100,
}
Large D Connector
- Preview
- Usage
- Definition
import { LargeDConnector } from '@dinghy/diagrams/entitiesElectricalMisc'
<LargeDConnector/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LARGE_D_CONNECTOR } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, LARGE_D_CONNECTOR)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.large_d_connector',
},
_width: 375,
_height: 75,
}
Light Bulb
- Preview
- Usage
- Definition
import { LightBulb } from '@dinghy/diagrams/entitiesElectricalMisc'
<LightBulb/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LIGHT_BULB } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, LIGHT_BULB)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.light_bulb;',
},
_original_width: 60,
_original_height: 50,
}
Loop Antenna
- Preview
- Usage
- Definition
import { LoopAntenna } from '@dinghy/diagrams/entitiesElectricalMisc'
<LoopAntenna/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOOP_ANTENNA } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, LOOP_ANTENNA)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.radio.loop_antenna;',
},
_original_width: 64.8,
_original_height: 69.78,
}
Loop Antenna 2
- Preview
- Usage
- Definition
import { LoopAntenna2 } from '@dinghy/diagrams/entitiesElectricalMisc'
<LoopAntenna2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOOP_ANTENNA_2 } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, LOOP_ANTENNA_2)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.loop_antenna',
},
_original_width: 100,
_original_height: 100,
}
Lowpass Filter
- Preview
- Usage
- Definition
import { LowpassFilter } from '@dinghy/diagrams/entitiesElectricalMisc'
<LowpassFilter/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOWPASS_FILTER } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, LOWPASS_FILTER)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.logic_gates.lowpass_filter;',
},
_original_width: 52,
_original_height: 46,
}
M/F Contact 2
- Preview
- Usage
- Definition
import { MFContact2 } from '@dinghy/diagrams/entitiesElectricalMisc'
<MFContact2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { M_F_CONTACT_2 } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, M_F_CONTACT_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;fillColor=strokeColor;html=1;verticalAlign=top;strokeWidth=1;shape=mxgraph.electrical.miscellaneous.mf_contact_2',
},
_width: 100,
_height: 10,
}
Material
- Preview
- Usage
- Definition
import { Material } from '@dinghy/diagrams/entitiesElectricalMisc'
<Material/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MATERIAL } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, MATERIAL)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;strokeWidth=1;shape=rect;',
},
_width: 130,
_height: 50,
}
Motor Armature
- Preview
- Usage
- Definition
import { MotorArmature } from '@dinghy/diagrams/entitiesElectricalMisc'
<MotorArmature/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MOTOR_ARMATURE } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, MOTOR_ARMATURE)}
/>
{
_style: {
entity: 'shape=mxgraph.electrical.electro-mechanical.motor_2;html=1;shadow=0;dashed=0;align=center;fontSize=30;strokeWidth=1;',
},
_width: 100,
_height: 60,
}
Multiplier
- Preview
- Usage
- Definition
import { Multiplier } from '@dinghy/diagrams/entitiesElectricalMisc'
<Multiplier/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MULTIPLIER } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, MULTIPLIER)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.abstract.multiplier;',
},
_original_width: 50,
_original_height: 50,
}
Mux
- Preview
- Usage
- Definition
import { Mux } from '@dinghy/diagrams/entitiesElectricalMisc'
<Mux/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MUX } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, MUX)}
/>
{
_style: {
entity: 'shadow=0;dashed=0;align=center;html=1;strokeWidth=1;shape=mxgraph.electrical.abstract.mux2;whiteSpace=wrap;',
},
_width: 80,
_height: 120,
}
Neon Lamp
- Preview
- Usage
- Definition
import { NeonLamp } from '@dinghy/diagrams/entitiesElectricalMisc'
<NeonLamp/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NEON_LAMP } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, NEON_LAMP)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.neon_lamp_2;',
},
_original_width: 60,
_original_height: 50,
}
Normalled Jack
- Preview
- Usage
- Definition
import { NormalledJack } from '@dinghy/diagrams/entitiesElectricalMisc'
<NormalledJack/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NORMALLED_JACK } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, NORMALLED_JACK)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.normalled_jack2',
},
_width: 110,
_height: 65,
}
Normalled Jacks
- Preview
- Usage
- Definition
import { NormalledJacks } from '@dinghy/diagrams/entitiesElectricalMisc'
<NormalledJacks/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NORMALLED_JACKS } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, NORMALLED_JACKS)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.normalled_jacks2',
},
_width: 230,
_height: 65,
}
Operational Amp
- Preview
- Usage
- Definition
import { OperationalAmp } from '@dinghy/diagrams/entitiesElectricalMisc'
<OperationalAmp/>
// or
import { extendStyle } from "@dinghy/base-components";
import { OPERATIONAL_AMP } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, OPERATIONAL_AMP)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.abstract.operational_amp_1;',
},
_original_width: 98,
_original_height: 90,
}
Operational Amp 2
- Preview
- Usage
- Definition
import { OperationalAmp2 } from '@dinghy/diagrams/entitiesElectricalMisc'
<OperationalAmp2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { OPERATIONAL_AMP_2 } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, OPERATIONAL_AMP_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.abstract.operational_amp_2;',
},
_original_width: 98,
_original_height: 90,
}
OTA
- Preview
- Usage
- Definition
import { Ota } from '@dinghy/diagrams/entitiesElectricalMisc'
<Ota/>
// or
import { extendStyle } from "@dinghy/base-components";
import { OTA } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, OTA)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.abstract.ota_1;',
},
_original_width: 100,
_original_height: 90,
}
OTA 2
- Preview
- Usage
- Definition
import { Ota2 } from '@dinghy/diagrams/entitiesElectricalMisc'
<Ota2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { OTA_2 } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, OTA_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.abstract.ota_2;',
},
_original_width: 100,
_original_height: 90,
}
OTA 3
- Preview
- Usage
- Definition
import { Ota3 } from '@dinghy/diagrams/entitiesElectricalMisc'
<Ota3/>
// or
import { extendStyle } from "@dinghy/base-components";
import { OTA_3 } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, OTA_3)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.abstract.ota_3;',
},
_original_width: 100,
_original_height: 90,
}
Permanent Magnet
- Preview
- Usage
- Definition
import { PermanentMagnet } from '@dinghy/diagrams/entitiesElectricalMisc'
<PermanentMagnet/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PERMANENT_MAGNET } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, PERMANENT_MAGNET)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.permanent_magnet',
},
_width: 20,
_height: 70,
}
Pickup Head
- Preview
- Usage
- Definition
import { PickupHead } from '@dinghy/diagrams/entitiesElectricalMisc'
<PickupHead/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PICKUP_HEAD } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, PICKUP_HEAD)}
/>
{
_style: {
entity: 'shape=mxgraph.arrows2.arrow;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;strokeWidth=1;dy=0;dx=10;notch=0;',
},
_width: 100,
_height: 30,
}
Plug-Socket Connection
- Preview
- Usage
- Definition
import { PlugSocketConnection } from '@dinghy/diagrams/entitiesElectricalMisc'
<PlugSocketConnection/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PLUG_SOCKET_CONNECTION } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, PLUG_SOCKET_CONNECTION)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.plug_socket_connection',
},
_original_width: 20,
_original_height: 20,
}
Quantizer
- Preview
- Usage
- Definition
import { Quantizer } from '@dinghy/diagrams/entitiesElectricalMisc'
<Quantizer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { QUANTIZER } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, QUANTIZER)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.abstract.quantizer;',
},
_original_width: 52,
_original_height: 46,
}
Sensing Link Squib
- Preview
- Usage
- Definition
import { SensingLinkSquib } from '@dinghy/diagrams/entitiesElectricalMisc'
<SensingLinkSquib/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SENSING_LINK_SQUIB } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, SENSING_LINK_SQUIB)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.sensing_link_squib',
},
_width: 130,
_height: 40,
}
Shielded Jack/Plug
- Preview
- Usage
- Definition
import { ShieldedJackPlug } from '@dinghy/diagrams/entitiesElectricalMisc'
<ShieldedJackPlug/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SHIELDED_JACK_PLUG } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, SHIELDED_JACK_PLUG)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.shielded_jack_plug',
},
_width: 50,
_height: 100,
}
Small D Connector
- Preview
- Usage
- Definition
import { SmallDConnector } from '@dinghy/diagrams/entitiesElectricalMisc'
<SmallDConnector/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SMALL_D_CONNECTOR } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, SMALL_D_CONNECTOR)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.small_d_connector',
},
_width: 150,
_height: 75,
}
Squib Ignitor
- Preview
- Usage
- Definition
import { SquibIgnitor } from '@dinghy/diagrams/entitiesElectricalMisc'
<SquibIgnitor/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SQUIB_IGNITOR } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, SQUIB_IGNITOR)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.squib_ignitor',
},
_original_width: 100,
_original_height: 100,
}
Sum
- Preview
- Usage
- Definition
import { Sum } from '@dinghy/diagrams/entitiesElectricalMisc'
<Sum/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUM } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, SUM)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.abstract.sum;',
},
_original_width: 50,
_original_height: 50,
}
Summation Point
- Preview
- Usage
- Definition
import { SummationPoint } from '@dinghy/diagrams/entitiesElectricalMisc'
<SummationPoint/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUMMATION_POINT } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, SUMMATION_POINT)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.abstract.summation_point;',
},
_original_width: 50,
_original_height: 50,
}
Surge Protector
- Preview
- Usage
- Definition
import { SurgeProtector } from '@dinghy/diagrams/entitiesElectricalMisc'
<SurgeProtector/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SURGE_PROTECTOR } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, SURGE_PROTECTOR)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;fillColor=strokeColor;html=1;verticalAlign=top;strokeWidth=1;shape=mxgraph.electrical.miscellaneous.surge_protector;',
},
_width: 70,
_height: 20,
}
Surge Protector 2
- Preview
- Usage
- Definition
import { SurgeProtector2 } from '@dinghy/diagrams/entitiesElectricalMisc'
<SurgeProtector2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SURGE_PROTECTOR_2 } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, SURGE_PROTECTOR_2)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.surge_protector_2;',
},
_width: 70,
_height: 24,
}
Terminal Board
- Preview
- Usage
- Definition
import { TerminalBoard } from '@dinghy/diagrams/entitiesElectricalMisc'
<TerminalBoard/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TERMINAL_BOARD } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, TERMINAL_BOARD)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.terminal_board',
},
_width: 75,
_height: 150,
}
Thermal Element
- Preview
- Usage
- Definition
import { ThermalElement } from '@dinghy/diagrams/entitiesElectricalMisc'
<ThermalElement/>
// or
import { extendStyle } from "@dinghy/base-components";
import { THERMAL_ELEMENT } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, THERMAL_ELEMENT)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.thermal_element',
},
_width: 100,
_height: 32,
}
Thermistor With Independent Integral Heater
- Preview
- Usage
- Definition
import { ThermistorWithIndependentIntegralHeater } from '@dinghy/diagrams/entitiesElectricalMisc'
<ThermistorWithIndependentIntegralHeater/>
// or
import { extendStyle } from "@dinghy/base-components";
import { THERMISTOR_WITH_INDEPENDENT_INTEGRAL_HEATER } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, THERMISTOR_WITH_INDEPENDENT_INTEGRAL_HEATER)}
/>
{
_style: {
entity: 'shape=mxgraph.electrical.abstract.thermistor_with_independent_integral_heater;html=1;shadow=0;dashed=0;strokeWidth=1;align=center;overflow=fill;fontSize=12;',
},
_original_width: 100,
_original_height: 94.25,
}
Thermocouple
- Preview
- Usage
- Definition
import { Thermocouple } from '@dinghy/diagrams/entitiesElectricalMisc'
<Thermocouple/>
// or
import { extendStyle } from "@dinghy/base-components";
import { THERMOCOUPLE } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, THERMOCOUPLE)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.thermocouple;',
},
_original_width: 80,
_original_height: 81,
}
Thermopile
- Preview
- Usage
- Definition
import { Thermopile } from '@dinghy/diagrams/entitiesElectricalMisc'
<Thermopile/>
// or
import { extendStyle } from "@dinghy/base-components";
import { THERMOPILE } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, THERMOPILE)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.thermopile',
},
_original_width: 80,
_original_height: 82,
}
Transducer
- Preview
- Usage
- Definition
import { Transducer } from '@dinghy/diagrams/entitiesElectricalMisc'
<Transducer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TRANSDUCER } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, TRANSDUCER)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.transducer',
},
_original_width: 70,
_original_height: 60,
}
Transducer 2
- Preview
- Usage
- Definition
import { Transducer2 } from '@dinghy/diagrams/entitiesElectricalMisc'
<Transducer2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TRANSDUCER_2 } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, TRANSDUCER_2)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.miscellaneous.transducer_2',
},
_width: 80,
_height: 100,
}
Vdd
- Preview
- Usage
- Definition
import { Vdd } from '@dinghy/diagrams/entitiesElectricalMisc'
<Vdd/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VDD } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, VDD)}
/>
{
_style: {
entity: 'verticalLabelPosition=top;verticalAlign=bottom;shape=mxgraph.electrical.signal_sources.vdd;shadow=0;dashed=0;align=center;strokeWidth=1;fontSize=24;html=1;flipV=1;',
},
_width: 60,
_height: 40,
}
Voltage
- Preview
- Usage
- Definition
import { Voltage } from '@dinghy/diagrams/entitiesElectricalMisc'
<Voltage/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VOLTAGE } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, VOLTAGE)}
/>
{
_style: {
entity: 'labelPosition=right;align=left;shape=mxgraph.electrical.signal_sources.voltage;shadow=0;dashed=0;strokeWidth=1;fontSize=10;html=1;',
},
_width: 10,
_height: 70,
}
Voltage Regulator
- Preview
- Usage
- Definition
import { VoltageRegulator } from '@dinghy/diagrams/entitiesElectricalMisc'
<VoltageRegulator/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VOLTAGE_REGULATOR } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, VOLTAGE_REGULATOR)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.abstract.voltage_regulator;',
},
_original_width: 70,
_original_height: 58,
}
Vss
- Preview
- Usage
- Definition
import { Vss } from '@dinghy/diagrams/entitiesElectricalMisc'
<Vss/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VSS } from '@dinghy/diagrams/entitiesElectricalMisc'
<Shape
{...props}
_style={extendStyle(props, VSS)}
/>
{
_style: {
entity: 'pointerEvents=1;verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;shape=mxgraph.electrical.signal_sources.vss2;fontSize=24;flipV=1;',
},
_width: 60,
_height: 40,
}