Office Communications Entities
3rd Party Call Center Solution
- Preview
- Usage
- Definition
import { Component3rdPartyCallCenterSolution } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Component3rdPartyCallCenterSolution/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COMPONENT_3RD_PARTY_CALL_CENTER_SOLUTION } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, COMPONENT_3RD_PARTY_CALL_CENTER_SOLUTION)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.3rd_party_call_center_solution;',
},
_width: 98,
_height: 101,
}
3rd Party Integration
- Preview
- Usage
- Definition
import { Component3rdPartyIntegration } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Component3rdPartyIntegration/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COMPONENT_3RD_PARTY_INTEGRATION } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, COMPONENT_3RD_PARTY_INTEGRATION)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.3rd_party_integration;',
},
_original_width: 54,
_original_height: 55,
}
3rd Party Service
- Preview
- Usage
- Definition
import { Component3rdPartyService } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Component3rdPartyService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COMPONENT_3RD_PARTY_SERVICE } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, COMPONENT_3RD_PARTY_SERVICE)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.3rd_party_service;',
},
_original_width: 53,
_original_height: 54,
}
Application Sharing Workload
- Preview
- Usage
- Definition
import { ApplicationSharingWorkload } from '@dinghy/diagrams/entitiesOfficeCommunications'
<ApplicationSharingWorkload/>
// or
import { extendStyle } from "@dinghy/base-components";
import { APPLICATION_SHARING_WORKLOAD } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, APPLICATION_SHARING_WORKLOAD)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.application_sharing_workload;',
},
_original_width: 57,
_original_height: 49,
}
Audio Conferencing Application
- Preview
- Usage
- Definition
import { AudioConferencingApplication } from '@dinghy/diagrams/entitiesOfficeCommunications'
<AudioConferencingApplication/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AUDIO_CONFERENCING_APPLICATION } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, AUDIO_CONFERENCING_APPLICATION)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.audio_conferencing_application;',
},
_original_width: 59,
_original_height: 46,
}
Central Management Service
- Preview
- Usage
- Definition
import { CentralManagementService } from '@dinghy/diagrams/entitiesOfficeCommunications'
<CentralManagementService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CENTRAL_MANAGEMENT_SERVICE } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, CENTRAL_MANAGEMENT_SERVICE)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.central_management_service;',
},
_original_width: 52,
_original_height: 55,
}
Chat Room
- Preview
- Usage
- Definition
import { ChatRoom } from '@dinghy/diagrams/entitiesOfficeCommunications'
<ChatRoom/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CHAT_ROOM } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, CHAT_ROOM)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.chat_room;',
},
_original_width: 46,
_original_height: 48,
}
Conference Announcement Service
- Preview
- Usage
- Definition
import { ConferenceAnnouncementService } from '@dinghy/diagrams/entitiesOfficeCommunications'
<ConferenceAnnouncementService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CONFERENCE_ANNOUNCEMENT_SERVICE } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, CONFERENCE_ANNOUNCEMENT_SERVICE)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.conference_announcement_service;',
},
_original_width: 60,
_original_height: 60,
}
Disconnected Mailbox
- Preview
- Usage
- Definition
import { DisconnectedMailbox } from '@dinghy/diagrams/entitiesOfficeCommunications'
<DisconnectedMailbox/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DISCONNECTED_MAILBOX } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, DISCONNECTED_MAILBOX)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.disconnected_mailbox;',
},
_original_width: 60,
_original_height: 55,
}
Discovery Search Mailbox
- Preview
- Usage
- Definition
import { DiscoverySearchMailbox } from '@dinghy/diagrams/entitiesOfficeCommunications'
<DiscoverySearchMailbox/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DISCOVERY_SEARCH_MAILBOX } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, DISCOVERY_SEARCH_MAILBOX)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.discovery_search_mailbox;',
},
_original_width: 55,
_original_height: 49,
}
Dynamic Distribution Group
- Preview
- Usage
- Definition
import { DynamicDistributionGroup } from '@dinghy/diagrams/entitiesOfficeCommunications'
<DynamicDistributionGroup/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DYNAMIC_DISTRIBUTION_GROUP } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, DYNAMIC_DISTRIBUTION_GROUP)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.dynamic_distribution_group;',
},
_original_width: 58,
_original_height: 59,
}
Edge Subscription
- Preview
- Usage
- Definition
import { EdgeSubscription } from '@dinghy/diagrams/entitiesOfficeCommunications'
<EdgeSubscription/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EDGE_SUBSCRIPTION } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, EDGE_SUBSCRIPTION)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.edge_subscription;',
},
_original_width: 57,
_original_height: 59,
}
Email Workloaad
- Preview
- Usage
- Definition
import { EmailWorkloaad } from '@dinghy/diagrams/entitiesOfficeCommunications'
<EmailWorkloaad/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EMAIL_WORKLOAAD } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, EMAIL_WORKLOAAD)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.email_workloaad;',
},
_original_width: 57,
_original_height: 47,
}
Equipment Mailbox
- Preview
- Usage
- Definition
import { EquipmentMailbox } from '@dinghy/diagrams/entitiesOfficeCommunications'
<EquipmentMailbox/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EQUIPMENT_MAILBOX } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, EQUIPMENT_MAILBOX)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.equipment_mailbox;',
},
_original_width: 59,
_original_height: 59,
}
Exchange Active Sync
- Preview
- Usage
- Definition
import { ExchangeActiveSync } from '@dinghy/diagrams/entitiesOfficeCommunications'
<ExchangeActiveSync/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EXCHANGE_ACTIVE_SYNC } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, EXCHANGE_ACTIVE_SYNC)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.exchange_active_sync;',
},
_original_width: 49,
_original_height: 49,
}
Exchange Active Sync - Blue
- Preview
- Usage
- Definition
import { ExchangeActiveSyncBlue } from '@dinghy/diagrams/entitiesOfficeCommunications'
<ExchangeActiveSyncBlue/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EXCHANGE_ACTIVE_SYNC_BLUE } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, EXCHANGE_ACTIVE_SYNC_BLUE)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.exchange_active_sync;fillColor=#2072B8;',
},
_original_width: 49,
_original_height: 49,
}
Fax Partner
- Preview
- Usage
- Definition
import { FaxPartner } from '@dinghy/diagrams/entitiesOfficeCommunications'
<FaxPartner/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FAX_PARTNER } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, FAX_PARTNER)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.fax_partner;',
},
_original_width: 45,
_original_height: 56,
}
Global Address List
- Preview
- Usage
- Definition
import { GlobalAddressList } from '@dinghy/diagrams/entitiesOfficeCommunications'
<GlobalAddressList/>
// or
import { extendStyle } from "@dinghy/base-components";
import { GLOBAL_ADDRESS_LIST } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, GLOBAL_ADDRESS_LIST)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.global_address_list;',
},
_original_width: 59,
_original_height: 53,
}
Hybrid VOIP Gateway
- Preview
- Usage
- Definition
import { HybridVoipGateway } from '@dinghy/diagrams/entitiesOfficeCommunications'
<HybridVoipGateway/>
// or
import { extendStyle } from "@dinghy/base-components";
import { HYBRID_VOIP_GATEWAY } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, HYBRID_VOIP_GATEWAY)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.hybrid_voip_gateway;',
},
_width: 59,
_height: 38,
}
IM Workload
- Preview
- Usage
- Definition
import { ImWorkload } from '@dinghy/diagrams/entitiesOfficeCommunications'
<ImWorkload/>
// or
import { extendStyle } from "@dinghy/base-components";
import { IM_WORKLOAD } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, IM_WORKLOAD)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.im_workload;',
},
_original_width: 56,
_original_height: 54,
}
Journaling Rule
- Preview
- Usage
- Definition
import { JournalingRule } from '@dinghy/diagrams/entitiesOfficeCommunications'
<JournalingRule/>
// or
import { extendStyle } from "@dinghy/base-components";
import { JOURNALING_RULE } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, JOURNALING_RULE)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.journaling_rule;',
},
_original_width: 52,
_original_height: 58,
}
Local Move Request
- Preview
- Usage
- Definition
import { LocalMoveRequest } from '@dinghy/diagrams/entitiesOfficeCommunications'
<LocalMoveRequest/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOCAL_MOVE_REQUEST } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, LOCAL_MOVE_REQUEST)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.local_move_request;',
},
_original_width: 57,
_original_height: 57,
}
Lync Control Panel
- Preview
- Usage
- Definition
import { LyncControlPanel } from '@dinghy/diagrams/entitiesOfficeCommunications'
<LyncControlPanel/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LYNC_CONTROL_PANEL } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, LYNC_CONTROL_PANEL)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.lync_control_panel;',
},
_original_width: 69,
_original_height: 58,
}
Lync Phone Edition
- Preview
- Usage
- Definition
import { LyncPhoneEdition } from '@dinghy/diagrams/entitiesOfficeCommunications'
<LyncPhoneEdition/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LYNC_PHONE_EDITION } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, LYNC_PHONE_EDITION)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.lync_phone_edition;',
},
_width: 80,
_height: 45,
}
Lync Room System
- Preview
- Usage
- Definition
import { LyncRoomSystem } from '@dinghy/diagrams/entitiesOfficeCommunications'
<LyncRoomSystem/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LYNC_ROOM_SYSTEM } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, LYNC_ROOM_SYSTEM)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.lync_room_system;',
},
_width: 80,
_height: 42,
}
Lync Server Management Tool
- Preview
- Usage
- Definition
import { LyncServerManagementTool } from '@dinghy/diagrams/entitiesOfficeCommunications'
<LyncServerManagementTool/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LYNC_SERVER_MANAGEMENT_TOOL } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, LYNC_SERVER_MANAGEMENT_TOOL)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.lync_server_management_tool;',
},
_width: 75,
_height: 47,
}
Lync Storage Service
- Preview
- Usage
- Definition
import { LyncStorageService } from '@dinghy/diagrams/entitiesOfficeCommunications'
<LyncStorageService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LYNC_STORAGE_SERVICE } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, LYNC_STORAGE_SERVICE)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.lync_storage_service;',
},
_original_width: 66,
_original_height: 59,
}
Lync Web App Client
- Preview
- Usage
- Definition
import { LyncWebAppClient } from '@dinghy/diagrams/entitiesOfficeCommunications'
<LyncWebAppClient/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LYNC_WEB_APP_CLIENT } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, LYNC_WEB_APP_CLIENT)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.lync_web_app_client;',
},
_width: 83,
_height: 50,
}
Mail-Enabled Public Folder
- Preview
- Usage
- Definition
import { MailEnabledPublicFolder } from '@dinghy/diagrams/entitiesOfficeCommunications'
<MailEnabledPublicFolder/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MAIL_ENABLED_PUBLIC_FOLDER } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, MAIL_ENABLED_PUBLIC_FOLDER)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.mail_enabled_public_folder;',
},
_original_width: 58,
_original_height: 52,
}
Mailbox Assistant
- Preview
- Usage
- Definition
import { MailboxAssistant } from '@dinghy/diagrams/entitiesOfficeCommunications'
<MailboxAssistant/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MAILBOX_ASSISTANT } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, MAILBOX_ASSISTANT)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.mailbox_assistant;',
},
_original_width: 59,
_original_height: 57,
}
Messages Queued
- Preview
- Usage
- Definition
import { MessagesQueued } from '@dinghy/diagrams/entitiesOfficeCommunications'
<MessagesQueued/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MESSAGES_QUEUED } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, MESSAGES_QUEUED)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.messages_queued;',
},
_original_width: 59,
_original_height: 57,
}
Offline Address Book
- Preview
- Usage
- Definition
import { OfflineAddressBook } from '@dinghy/diagrams/entitiesOfficeCommunications'
<OfflineAddressBook/>
// or
import { extendStyle } from "@dinghy/base-components";
import { OFFLINE_ADDRESS_BOOK } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, OFFLINE_ADDRESS_BOOK)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.offline_address_book;',
},
_original_width: 59,
_original_height: 53,
}
Personal Archive Mailbox
- Preview
- Usage
- Definition
import { PersonalArchiveMailbox } from '@dinghy/diagrams/entitiesOfficeCommunications'
<PersonalArchiveMailbox/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PERSONAL_ARCHIVE_MAILBOX } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, PERSONAL_ARCHIVE_MAILBOX)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.personal_archive_mailbox;',
},
_original_width: 59,
_original_height: 58,
}
Public IM Cloud Service
- Preview
- Usage
- Definition
import { PublicImCloudService } from '@dinghy/diagrams/entitiesOfficeCommunications'
<PublicImCloudService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PUBLIC_IM_CLOUD_SERVICE } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, PUBLIC_IM_CLOUD_SERVICE)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.public_im_cloud_service;',
},
_original_width: 60,
_original_height: 58,
}
Push Notification Service
- Preview
- Usage
- Definition
import { PushNotificationService } from '@dinghy/diagrams/entitiesOfficeCommunications'
<PushNotificationService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PUSH_NOTIFICATION_SERVICE } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, PUSH_NOTIFICATION_SERVICE)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.push_notification_service;',
},
_original_width: 50,
_original_height: 58,
}
Queue Viewer
- Preview
- Usage
- Definition
import { QueueViewer } from '@dinghy/diagrams/entitiesOfficeCommunications'
<QueueViewer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { QUEUE_VIEWER } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, QUEUE_VIEWER)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.queue_viewer;',
},
_original_width: 59,
_original_height: 57,
}
Remote Mailbox
- Preview
- Usage
- Definition
import { RemoteMailbox } from '@dinghy/diagrams/entitiesOfficeCommunications'
<RemoteMailbox/>
// or
import { extendStyle } from "@dinghy/base-components";
import { REMOTE_MAILBOX } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, REMOTE_MAILBOX)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.remote_mailbox;',
},
_original_width: 59,
_original_height: 57,
}
Remote Move Request
- Preview
- Usage
- Definition
import { RemoteMoveRequest } from '@dinghy/diagrams/entitiesOfficeCommunications'
<RemoteMoveRequest/>
// or
import { extendStyle } from "@dinghy/base-components";
import { REMOTE_MOVE_REQUEST } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, REMOTE_MOVE_REQUEST)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.remote_move_request;',
},
_original_width: 60,
_original_height: 57,
}
Response Group
- Preview
- Usage
- Definition
import { ResponseGroup } from '@dinghy/diagrams/entitiesOfficeCommunications'
<ResponseGroup/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RESPONSE_GROUP } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, RESPONSE_GROUP)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.response_group;',
},
_original_width: 58,
_original_height: 54,
}
Room Mailbox
- Preview
- Usage
- Definition
import { RoomMailbox } from '@dinghy/diagrams/entitiesOfficeCommunications'
<RoomMailbox/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ROOM_MAILBOX } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, ROOM_MAILBOX)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.room_mailbox;',
},
_original_width: 60,
_original_height: 57,
}
Shared Mailbox
- Preview
- Usage
- Definition
import { SharedMailbox } from '@dinghy/diagrams/entitiesOfficeCommunications'
<SharedMailbox/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SHARED_MAILBOX } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, SHARED_MAILBOX)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.shared_mailbox;',
},
_original_width: 60,
_original_height: 55,
}
SIP URI UM Dial Plan
- Preview
- Usage
- Definition
import { SipUriUmDialPlan } from '@dinghy/diagrams/entitiesOfficeCommunications'
<SipUriUmDialPlan/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SIP_URI_UM_DIAL_PLAN } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, SIP_URI_UM_DIAL_PLAN)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.sip_uri_um_dial_plan;',
},
_original_width: 55,
_original_height: 56,
}
Site Mailbox
- Preview
- Usage
- Definition
import { SiteMailbox } from '@dinghy/diagrams/entitiesOfficeCommunications'
<SiteMailbox/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SITE_MAILBOX } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, SITE_MAILBOX)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.site_mailbox;',
},
_original_width: 59,
_original_height: 54,
}
Skype for Business Control Panel
- Preview
- Usage
- Definition
import { SkypeForBusinessControlPanel } from '@dinghy/diagrams/entitiesOfficeCommunications'
<SkypeForBusinessControlPanel/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SKYPE_FOR_BUSINESS_CONTROL_PANEL } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, SKYPE_FOR_BUSINESS_CONTROL_PANEL)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.skype_for_business_control_panel;',
},
_original_width: 65,
_original_height: 59,
}
Skype for Business Phone Edition
- Preview
- Usage
- Definition
import { SkypeForBusinessPhoneEdition } from '@dinghy/diagrams/entitiesOfficeCommunications'
<SkypeForBusinessPhoneEdition/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SKYPE_FOR_BUSINESS_PHONE_EDITION } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, SKYPE_FOR_BUSINESS_PHONE_EDITION)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.skype_for_business_phone_edition;',
},
_width: 76,
_height: 45,
}
Skype for Business Room System
- Preview
- Usage
- Definition
import { SkypeForBusinessRoomSystem } from '@dinghy/diagrams/entitiesOfficeCommunications'
<SkypeForBusinessRoomSystem/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SKYPE_FOR_BUSINESS_ROOM_SYSTEM } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, SKYPE_FOR_BUSINESS_ROOM_SYSTEM)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.skype_for_business_room_system;',
},
_width: 74,
_height: 41,
}
Skype for Business Server Management Tool
- Preview
- Usage
- Definition
import { SkypeForBusinessServerManagementTool } from '@dinghy/diagrams/entitiesOfficeCommunications'
<SkypeForBusinessServerManagementTool/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SKYPE_FOR_BUSINESS_SERVER_MANAGEMENT_TOOL } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, SKYPE_FOR_BUSINESS_SERVER_MANAGEMENT_TOOL)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.skype_for_business_server_management_tool;',
},
_width: 72,
_height: 48,
}
Skype for Business Storage Service
- Preview
- Usage
- Definition
import { SkypeForBusinessStorageService } from '@dinghy/diagrams/entitiesOfficeCommunications'
<SkypeForBusinessStorageService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SKYPE_FOR_BUSINESS_STORAGE_SERVICE } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, SKYPE_FOR_BUSINESS_STORAGE_SERVICE)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.skype_for_business_storage_service;',
},
_original_width: 62,
_original_height: 58,
}
Skype for Business Web App Client
- Preview
- Usage
- Definition
import { SkypeForBusinessWebAppClient } from '@dinghy/diagrams/entitiesOfficeCommunications'
<SkypeForBusinessWebAppClient/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SKYPE_FOR_BUSINESS_WEB_APP_CLIENT } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, SKYPE_FOR_BUSINESS_WEB_APP_CLIENT)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.skype_for_business_web_app_client;',
},
_width: 80,
_height: 51,
}
SMS Gateway
- Preview
- Usage
- Definition
import { SmsGateway } from '@dinghy/diagrams/entitiesOfficeCommunications'
<SmsGateway/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SMS_GATEWAY } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, SMS_GATEWAY)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.sms_gateway;',
},
_width: 59,
_height: 37,
}
SMTP Connector
- Preview
- Usage
- Definition
import { SmtpConnector } from '@dinghy/diagrams/entitiesOfficeCommunications'
<SmtpConnector/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SMTP_CONNECTOR } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, SMTP_CONNECTOR)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.smtp_connector;',
},
_original_width: 47,
_original_height: 49,
}
System Mailbox
- Preview
- Usage
- Definition
import { SystemMailbox } from '@dinghy/diagrams/entitiesOfficeCommunications'
<SystemMailbox/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SYSTEM_MAILBOX } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, SYSTEM_MAILBOX)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.system_mailbox;',
},
_original_width: 58,
_original_height: 55,
}
TDM PBX
- Preview
- Usage
- Definition
import { TdmPbx } from '@dinghy/diagrams/entitiesOfficeCommunications'
<TdmPbx/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TDM_PBX } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, TDM_PBX)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.tdm_pbx;',
},
_original_width: 59,
_original_height: 46,
}
Telephone Extension Dial Plan
- Preview
- Usage
- Definition
import { TelephoneExtensionDialPlan } from '@dinghy/diagrams/entitiesOfficeCommunications'
<TelephoneExtensionDialPlan/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TELEPHONE_EXTENSION_DIAL_PLAN } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, TELEPHONE_EXTENSION_DIAL_PLAN)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.telephone_extension_dial_plan;',
},
_original_width: 55,
_original_height: 56,
}
Transport Rule
- Preview
- Usage
- Definition
import { TransportRule } from '@dinghy/diagrams/entitiesOfficeCommunications'
<TransportRule/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TRANSPORT_RULE } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, TRANSPORT_RULE)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.transport_rule;',
},
_original_width: 56,
_original_height: 57,
}
UCMA Application
- Preview
- Usage
- Definition
import { UcmaApplication } from '@dinghy/diagrams/entitiesOfficeCommunications'
<UcmaApplication/>
// or
import { extendStyle } from "@dinghy/base-components";
import { UCMA_APPLICATION } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, UCMA_APPLICATION)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.ucma_application;',
},
_original_width: 53,
_original_height: 40,
}
UCWA Application
- Preview
- Usage
- Definition
import { UcwaApplication } from '@dinghy/diagrams/entitiesOfficeCommunications'
<UcwaApplication/>
// or
import { extendStyle } from "@dinghy/base-components";
import { UCWA_APPLICATION } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, UCWA_APPLICATION)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.ucwa_application;',
},
_original_width: 53,
_original_height: 40,
}
UM Auto Attendant
- Preview
- Usage
- Definition
import { UmAutoAttendant } from '@dinghy/diagrams/entitiesOfficeCommunications'
<UmAutoAttendant/>
// or
import { extendStyle } from "@dinghy/base-components";
import { UM_AUTO_ATTENDANT } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, UM_AUTO_ATTENDANT)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.um_auto_attendant;',
},
_original_width: 57,
_original_height: 57,
}
UM Dial Plan E164
- Preview
- Usage
- Definition
import { UmDialPlanE164 } from '@dinghy/diagrams/entitiesOfficeCommunications'
<UmDialPlanE164/>
// or
import { extendStyle } from "@dinghy/base-components";
import { UM_DIAL_PLAN_E164 } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, UM_DIAL_PLAN_E164)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.um_dial_plan_e164;',
},
_original_width: 55,
_original_height: 56,
}
UM Dial Plan Secondary
- Preview
- Usage
- Definition
import { UmDialPlanSecondary } from '@dinghy/diagrams/entitiesOfficeCommunications'
<UmDialPlanSecondary/>
// or
import { extendStyle } from "@dinghy/base-components";
import { UM_DIAL_PLAN_SECONDARY } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, UM_DIAL_PLAN_SECONDARY)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.um_dial_plan_secondary;',
},
_original_width: 55,
_original_height: 56,
}
UM Enabled Mailbox
- Preview
- Usage
- Definition
import { UmEnabledMailbox } from '@dinghy/diagrams/entitiesOfficeCommunications'
<UmEnabledMailbox/>
// or
import { extendStyle } from "@dinghy/base-components";
import { UM_ENABLED_MAILBOX } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, UM_ENABLED_MAILBOX)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.um_enabled_mailbox;',
},
_original_width: 59,
_original_height: 57,
}
UM Hunt Group
- Preview
- Usage
- Definition
import { UmHuntGroup } from '@dinghy/diagrams/entitiesOfficeCommunications'
<UmHuntGroup/>
// or
import { extendStyle } from "@dinghy/base-components";
import { UM_HUNT_GROUP } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, UM_HUNT_GROUP)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.um_hunt_group;',
},
_original_width: 59,
_original_height: 48,
}
UM IP Gateway
- Preview
- Usage
- Definition
import { UmIpGateway } from '@dinghy/diagrams/entitiesOfficeCommunications'
<UmIpGateway/>
// or
import { extendStyle } from "@dinghy/base-components";
import { UM_IP_GATEWAY } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, UM_IP_GATEWAY)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.um_ip_gateway;',
},
_width: 59,
_height: 38,
}
User Mailbox
- Preview
- Usage
- Definition
import { UserMailbox } from '@dinghy/diagrams/entitiesOfficeCommunications'
<UserMailbox/>
// or
import { extendStyle } from "@dinghy/base-components";
import { USER_MAILBOX } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, USER_MAILBOX)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.user_mailbox;',
},
_original_width: 59,
_original_height: 55,
}
Video Workload
- Preview
- Usage
- Definition
import { VideoWorkload } from '@dinghy/diagrams/entitiesOfficeCommunications'
<VideoWorkload/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VIDEO_WORKLOAD } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, VIDEO_WORKLOAD)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.video_workload;',
},
_original_width: 57,
_original_height: 50,
}
Voice Mail Preview
- Preview
- Usage
- Definition
import { VoiceMailPreview } from '@dinghy/diagrams/entitiesOfficeCommunications'
<VoiceMailPreview/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VOICE_MAIL_PREVIEW } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, VOICE_MAIL_PREVIEW)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.voice_mail_preview;',
},
_original_width: 46,
_original_height: 56,
}
Voice Workload
- Preview
- Usage
- Definition
import { VoiceWorkload } from '@dinghy/diagrams/entitiesOfficeCommunications'
<VoiceWorkload/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VOICE_WORKLOAD } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, VOICE_WORKLOAD)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.voice_workload;',
},
_original_width: 58,
_original_height: 51,
}
VoIP Gateway
- Preview
- Usage
- Definition
import { VoipGateway } from '@dinghy/diagrams/entitiesOfficeCommunications'
<VoipGateway/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VOIP_GATEWAY } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, VOIP_GATEWAY)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.voip_gateway;',
},
_width: 51,
_height: 15,
}
Watcher Node
- Preview
- Usage
- Definition
import { WatcherNode } from '@dinghy/diagrams/entitiesOfficeCommunications'
<WatcherNode/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WATCHER_NODE } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, WATCHER_NODE)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.watcher_node;',
},
_original_width: 52,
_original_height: 56,
}
XMPP Service
- Preview
- Usage
- Definition
import { XmppService } from '@dinghy/diagrams/entitiesOfficeCommunications'
<XmppService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { XMPP_SERVICE } from '@dinghy/diagrams/entitiesOfficeCommunications'
<Shape
{...props}
_style={extendStyle(props, XMPP_SERVICE)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.communications.xmpp_service;',
},
_original_width: 58,
_original_height: 52,
}