Salesforce Product Entities
Analytics
- Preview
- Usage
- Definition
import { Analytics } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Analytics/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ANALYTICS } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Shape
{...props}
_style={extendStyle(props, ANALYTICS)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.analytics;',
},
_original_width: 60,
_original_height: 58.8,
}
Analytics 2
- Preview
- Usage
- Definition
import { Analytics2 } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Analytics2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ANALYTICS_2 } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Shape
{...props}
_style={extendStyle(props, ANALYTICS_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.analytics2;',
},
_original_width: 60,
_original_height: 60,
}
Commerce
- Preview
- Usage
- Definition
import { Commerce } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Commerce/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COMMERCE } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Shape
{...props}
_style={extendStyle(props, COMMERCE)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.commerce;',
},
_original_width: 60,
_original_height: 52.8,
}
Commerce 2
- Preview
- Usage
- Definition
import { Commerce2 } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Commerce2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COMMERCE_2 } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Shape
{...props}
_style={extendStyle(props, COMMERCE_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.commerce2;',
},
_original_width: 60,
_original_height: 60,
}
Customer 360
- Preview
- Usage
- Definition
import { Customer360 } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Customer360/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CUSTOMER_360 } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Shape
{...props}
_style={extendStyle(props, CUSTOMER_360)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.customer_360;',
},
_original_width: 60,
_original_height: 54.6,
}
Customer 360 2
- Preview
- Usage
- Definition
import { Customer3602 } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Customer3602/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CUSTOMER_360_2 } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Shape
{...props}
_style={extendStyle(props, CUSTOMER_360_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.customer_3602;',
},
_original_width: 60,
_original_height: 60,
}
Employees
- Preview
- Usage
- Definition
import { Employees } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Employees/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EMPLOYEES } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Shape
{...props}
_style={extendStyle(props, EMPLOYEES)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.employees;',
},
_original_width: 58.199999999999996,
_original_height: 60,
}
Employees 2
- Preview
- Usage
- Definition
import { Employees2 } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Employees2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EMPLOYEES_2 } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Shape
{...props}
_style={extendStyle(props, EMPLOYEES_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.employees2;',
},
_original_width: 60,
_original_height: 60,
}
Field Service
- Preview
- Usage
- Definition
import { FieldService } from '@dinghy/diagrams/entitiesSalesforceProduct'
<FieldService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FIELD_SERVICE } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Shape
{...props}
_style={extendStyle(props, FIELD_SERVICE)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.field_service;',
},
_original_width: 45,
_original_height: 60,
}
Field Service 2
- Preview
- Usage
- Definition
import { FieldService2 } from '@dinghy/diagrams/entitiesSalesforceProduct'
<FieldService2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FIELD_SERVICE_2 } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Shape
{...props}
_style={extendStyle(props, FIELD_SERVICE_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.field_service2;',
},
_original_width: 60,
_original_height: 60,
}
Heroku
- Preview
- Usage
- Definition
import { Heroku } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Heroku/>
// or
import { extendStyle } from "@dinghy/base-components";
import { HEROKU } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Shape
{...props}
_style={extendStyle(props, HEROKU)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.heroku;',
},
_original_width: 60,
_original_height: 60,
}
Heroku 2
- Preview
- Usage
- Definition
import { Heroku2 } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Heroku2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { HEROKU_2 } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Shape
{...props}
_style={extendStyle(props, HEROKU_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.heroku2;',
},
_original_width: 60,
_original_height: 60,
}
Inbox
- Preview
- Usage
- Definition
import { Inbox } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Inbox/>
// or
import { extendStyle } from "@dinghy/base-components";
import { INBOX } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Shape
{...props}
_style={extendStyle(props, INBOX)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.inbox;',
},
_original_width: 60,
_original_height: 45,
}
Inbox 2
- Preview
- Usage
- Definition
import { Inbox2 } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Inbox2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { INBOX_2 } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Shape
{...props}
_style={extendStyle(props, INBOX_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.inbox2;',
},
_original_width: 60,
_original_height: 60,
}
Industries
- Preview
- Usage
- Definition
import { Industries } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Industries/>
// or
import { extendStyle } from "@dinghy/base-components";
import { INDUSTRIES } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Shape
{...props}
_style={extendStyle(props, INDUSTRIES)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.industries;',
},
_original_width: 53.4,
_original_height: 60,
}
Industries 2
- Preview
- Usage
- Definition
import { Industries2 } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Industries2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { INDUSTRIES_2 } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Shape
{...props}
_style={extendStyle(props, INDUSTRIES_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.industries2;',
},
_original_width: 60,
_original_height: 60,
}
Integration
- Preview
- Usage
- Definition

import { Integration } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Integration/>
// or
import { extendStyle } from "@dinghy/base-components";
import { INTEGRATION } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Shape
{...props}
_style={extendStyle(props, INTEGRATION)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.integration;',
},
_original_width: 60,
_original_height: 60,
}
Integration 2
- Preview
- Usage
- Definition
import { Integration2 } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Integration2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { INTEGRATION_2 } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Shape
{...props}
_style={extendStyle(props, INTEGRATION_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.integration2;',
},
_original_width: 60,
_original_height: 60,
}
IoT
- Preview
- Usage
- Definition
import { Iot } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Iot/>
// or
import { extendStyle } from "@dinghy/base-components";
import { IOT } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Shape
{...props}
_style={extendStyle(props, IOT)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.iot;',
},
_original_width: 60,
_original_height: 60,
}
IoT 2
- Preview
- Usage
- Definition
import { Iot2 } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Iot2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { IOT_2 } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Shape
{...props}
_style={extendStyle(props, IOT_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.iot2;',
},
_original_width: 60,
_original_height: 60,
}
Learning
- Preview
- Usage
- Definition
import { Learning } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Learning/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LEARNING } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Shape
{...props}
_style={extendStyle(props, LEARNING)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.learning;',
},
_original_width: 60,
_original_height: 60,
}
Learning 2
- Preview
- Usage
- Definition
import { Learning2 } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Learning2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LEARNING_2 } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Shape
{...props}
_style={extendStyle(props, LEARNING_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.learning2;',
},
_original_width: 60,
_original_height: 60,
}
Loyalty
- Preview
- Usage
- Definition
import { Loyalty } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Loyalty/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOYALTY } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Shape
{...props}
_style={extendStyle(props, LOYALTY)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.loyalty;',
},
_original_width: 60,
_original_height: 40.800000000000004,
}
Loyalty 2
- Preview
- Usage
- Definition
import { Loyalty2 } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Loyalty2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOYALTY_2 } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Shape
{...props}
_style={extendStyle(props, LOYALTY_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.loyalty2;',
},
_original_width: 60,
_original_height: 60,
}
Marketing
- Preview
- Usage
- Definition
import { Marketing } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Marketing/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MARKETING } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Shape
{...props}
_style={extendStyle(props, MARKETING)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.marketing;',
},
_original_width: 60,
_original_height: 60,
}
Marketing 2
- Preview
- Usage
- Definition
import { Marketing2 } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Marketing2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MARKETING_2 } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Shape
{...props}
_style={extendStyle(props, MARKETING_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.marketing2;',
},
_original_width: 60,
_original_height: 60,
}
Partners
- Preview
- Usage
- Definition
import { Partners } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Partners/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PARTNERS } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Shape
{...props}
_style={extendStyle(props, PARTNERS)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.partners;',
},
_original_width: 60,
_original_height: 60,
}
Partners 2
- Preview
- Usage
- Definition
import { Partners2 } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Partners2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PARTNERS_2 } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Shape
{...props}
_style={extendStyle(props, PARTNERS_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.partners2;',
},
_original_width: 60,
_original_height: 60,
}
Platform
- Preview
- Usage
- Definition
import { Platform } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Platform/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PLATFORM } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Shape
{...props}
_style={extendStyle(props, PLATFORM)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.platform;',
},
_width: 39,
_height: 60,
}
Platform 2
- Preview
- Usage
- Definition
import { Platform2 } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Platform2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PLATFORM_2 } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Shape
{...props}
_style={extendStyle(props, PLATFORM_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.platform2;',
},
_original_width: 60,
_original_height: 60,
}
Sales
- Preview
- Usage
- Definition
import { Sales } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Sales/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SALES } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Shape
{...props}
_style={extendStyle(props, SALES)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.sales;',
},
_original_width: 60,
_original_height: 60,
}
Sales 2
- Preview
- Usage
- Definition
import { Sales2 } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Sales2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SALES_2 } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Shape
{...props}
_style={extendStyle(props, SALES_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.sales2;',
},
_original_width: 60,
_original_height: 60,
}
Service
- Preview
- Usage
- Definition
import { Service } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Service/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SERVICE } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Shape
{...props}
_style={extendStyle(props, SERVICE)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.service;',
},
_original_width: 60,
_original_height: 49.199999999999996,
}
Service 2
- Preview
- Usage
- Definition
import { Service2 } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Service2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SERVICE_2 } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Shape
{...props}
_style={extendStyle(props, SERVICE_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.service2;',
},
_original_width: 60,
_original_height: 60,
}
Social Studio
- Preview
- Usage
- Definition
import { SocialStudio } from '@dinghy/diagrams/entitiesSalesforceProduct'
<SocialStudio/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SOCIAL_STUDIO } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Shape
{...props}
_style={extendStyle(props, SOCIAL_STUDIO)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.social_studio;',
},
_original_width: 60,
_original_height: 60,
}
Social Studio 2
- Preview
- Usage
- Definition
import { SocialStudio2 } from '@dinghy/diagrams/entitiesSalesforceProduct'
<SocialStudio2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SOCIAL_STUDIO_2 } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Shape
{...props}
_style={extendStyle(props, SOCIAL_STUDIO_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.social_studio2;',
},
_original_width: 60,
_original_height: 60,
}
Success
- Preview
- Usage
- Definition
import { Success } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Success/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUCCESS } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Shape
{...props}
_style={extendStyle(props, SUCCESS)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.success;',
},
_original_width: 40.800000000000004,
_original_height: 60,
}
Success 2
- Preview
- Usage
- Definition
import { Success2 } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Success2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUCCESS_2 } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Shape
{...props}
_style={extendStyle(props, SUCCESS_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.success2;',
},
_original_width: 60,
_original_height: 60,
}
Work.com
- Preview
- Usage
- Definition
import { WorkCom } from '@dinghy/diagrams/entitiesSalesforceProduct'
<WorkCom/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WORK_COM } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Shape
{...props}
_style={extendStyle(props, WORK_COM)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.work_com;',
},
_original_width: 60,
_original_height: 58.8,
}
Work.com 2
- Preview
- Usage
- Definition
import { WorkCom2 } from '@dinghy/diagrams/entitiesSalesforceProduct'
<WorkCom2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WORK_COM_2 } from '@dinghy/diagrams/entitiesSalesforceProduct'
<Shape
{...props}
_style={extendStyle(props, WORK_COM_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.work_com2;',
},
_original_width: 60,
_original_height: 60,
}