Salesforce Platform Entities
Apps
- Preview
- Usage
- Definition
import { Apps } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Apps/>
// or
import { extendStyle } from "@dinghy/base-components";
import { APPS } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Shape
{...props}
_style={extendStyle(props, APPS)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.apps;',
},
_width: 34.199999999999996,
_height: 60,
}
Apps 2
- Preview
- Usage
- Definition
import { Apps2 } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Apps2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { APPS_2 } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Shape
{...props}
_style={extendStyle(props, APPS_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.apps2;',
},
_original_width: 60,
_original_height: 60,
}
Automation
- Preview
- Usage
- Definition

import { Automation } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Automation/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AUTOMATION } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Shape
{...props}
_style={extendStyle(props, AUTOMATION)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.automation;',
},
_original_width: 60,
_original_height: 58.199999999999996,
}
Automation 2
- Preview
- Usage
- Definition

import { Automation2 } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Automation2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AUTOMATION_2 } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Shape
{...props}
_style={extendStyle(props, AUTOMATION_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.automation2;',
},
_original_width: 60,
_original_height: 60,
}
Bots
- Preview
- Usage
- Definition
import { Bots } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Bots/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BOTS } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Shape
{...props}
_style={extendStyle(props, BOTS)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.bots;',
},
_original_width: 60,
_original_height: 57,
}
Bots 2
- Preview
- Usage
- Definition
import { Bots2 } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Bots2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BOTS_2 } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Shape
{...props}
_style={extendStyle(props, BOTS_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.bots2;',
},
_original_width: 60,
_original_height: 60,
}
Builders
- Preview
- Usage
- Definition
import { Builders } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Builders/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BUILDERS } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Shape
{...props}
_style={extendStyle(props, BUILDERS)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.builders;',
},
_original_width: 55.2,
_original_height: 60,
}
Builders 2
- Preview
- Usage
- Definition
import { Builders2 } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Builders2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BUILDERS_2 } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Shape
{...props}
_style={extendStyle(props, BUILDERS_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.builders2;',
},
_original_width: 60,
_original_height: 60,
}
Channels
- Preview
- Usage
- Definition
import { Channels } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Channels/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CHANNELS } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Shape
{...props}
_style={extendStyle(props, CHANNELS)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.channels;',
},
_original_width: 60,
_original_height: 60,
}
Channels 2
- Preview
- Usage
- Definition
import { Channels2 } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Channels2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CHANNELS_2 } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Shape
{...props}
_style={extendStyle(props, CHANNELS_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.channels2;',
},
_original_width: 60,
_original_height: 60,
}
Data
- Preview
- Usage
- Definition
import { Data } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Data/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DATA } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Shape
{...props}
_style={extendStyle(props, DATA)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.data;',
},
_original_width: 48.6,
_original_height: 60,
}
Data 2
- Preview
- Usage
- Definition
import { Data2 } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Data2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DATA_2 } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Shape
{...props}
_style={extendStyle(props, DATA_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.data2;',
},
_original_width: 60,
_original_height: 60,
}
Personalization
- Preview
- Usage
- Definition
import { Personalization } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Personalization/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PERSONALIZATION } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Shape
{...props}
_style={extendStyle(props, PERSONALIZATION)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.personalization;',
},
_original_width: 60,
_original_height: 45,
}
Personalization 2
- Preview
- Usage
- Definition
import { Personalization2 } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Personalization2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PERSONALIZATION_2 } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Shape
{...props}
_style={extendStyle(props, PERSONALIZATION_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.personalization2;',
},
_original_width: 60,
_original_height: 60,
}
Privacy
- Preview
- Usage
- Definition
import { Privacy } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Privacy/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PRIVACY } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Shape
{...props}
_style={extendStyle(props, PRIVACY)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.privacy;',
},
_original_width: 46.2,
_original_height: 60,
}
Privacy 2
- Preview
- Usage
- Definition
import { Privacy2 } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Privacy2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PRIVACY_2 } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Shape
{...props}
_style={extendStyle(props, PRIVACY_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.privacy2;',
},
_original_width: 60,
_original_height: 60,
}
Segments
- Preview
- Usage
- Definition

import { Segments } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Segments/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SEGMENTS } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Shape
{...props}
_style={extendStyle(props, SEGMENTS)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.segments;',
},
_original_width: 60,
_original_height: 60,
}
Segments 2
- Preview
- Usage
- Definition
import { Segments2 } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Segments2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SEGMENTS_2 } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Shape
{...props}
_style={extendStyle(props, SEGMENTS_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.segments2;',
},
_original_width: 60,
_original_height: 60,
}
Stream
- Preview
- Usage
- Definition
import { Stream } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Stream/>
// or
import { extendStyle } from "@dinghy/base-components";
import { STREAM } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Shape
{...props}
_style={extendStyle(props, STREAM)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.stream;',
},
_original_width: 60,
_original_height: 60,
}
Stream 2
- Preview
- Usage
- Definition
import { Stream2 } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Stream2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { STREAM_2 } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Shape
{...props}
_style={extendStyle(props, STREAM_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.stream2;',
},
_original_width: 60,
_original_height: 60,
}
Web
- Preview
- Usage
- Definition
import { Web } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Web/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WEB } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Shape
{...props}
_style={extendStyle(props, WEB)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.web;',
},
_original_width: 60,
_original_height: 47.400000000000006,
}
Web 2
- Preview
- Usage
- Definition
import { Web2 } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Web2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WEB_2 } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Shape
{...props}
_style={extendStyle(props, WEB_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.web2;',
},
_original_width: 60,
_original_height: 60,
}
Workflow
- Preview
- Usage
- Definition
import { Workflow } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Workflow/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WORKFLOW } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Shape
{...props}
_style={extendStyle(props, WORKFLOW)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.workflow;',
},
_original_width: 60,
_original_height: 60,
}
Workflow 2
- Preview
- Usage
- Definition
import { Workflow2 } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Workflow2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WORKFLOW_2 } from '@dinghy/diagrams/entitiesSalesforcePlatform'
<Shape
{...props}
_style={extendStyle(props, WORKFLOW_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.workflow2;',
},
_original_width: 60,
_original_height: 60,
}