Aws Satellite Entities
Ground Station
- Preview
- Usage
- Definition
import { GroundStation } from '@dinghy/diagrams/entitiesAwsSatellite'
<GroundStation/>
// or
import { extendStyle } from "@dinghy/base-components";
import { GROUND_STATION } from '@dinghy/diagrams/entitiesAwsSatellite'
<Shape
{...props}
_style={extendStyle(props, GROUND_STATION)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#C925D1;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.ground_station;',
},
_original_width: 78,
_original_height: 78,
}
Satellite
- Preview
- Usage
- Definition
import { Satellite } from '@dinghy/diagrams/entitiesAwsSatellite'
<Satellite/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SATELLITE } from '@dinghy/diagrams/entitiesAwsSatellite'
<Shape
{...props}
_style={extendStyle(props, SATELLITE)}
/>
{
_style: {
entity: 'sketch=0;points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[0,1,0],[0.25,1,0],[0.5,1,0],[0.75,1,0],[1,1,0],[0,0.25,0],[0,0.5,0],[0,0.75,0],[1,0.25,0],[1,0.5,0],[1,0.75,0]];outlineConnect=0;fontColor=#232F3E;fillColor=#C925D1;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.satellite;',
},
_original_width: 78,
_original_height: 78,
}