Cae Mobile Service Entities
Azure App Service - Mobile
- Preview
- Usage
- Definition
import { AzureAppServiceMobile } from '@dinghy/diagrams/entitiesCaeMobileService'
<AzureAppServiceMobile/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AZURE_APP_SERVICE_MOBILE } from '@dinghy/diagrams/entitiesCaeMobileService'
<Shape
{...props}
_style={extendStyle(props, AZURE_APP_SERVICE_MOBILE)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/App_Service_Mobile_App.svg;strokeColor=none;',
},
_width: 34,
_height: 50,
}
Azure Mobile Engagement
- Preview
- Usage
- Definition
import { AzureMobileEngagement } from '@dinghy/diagrams/entitiesCaeMobileService'
<AzureMobileEngagement/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AZURE_MOBILE_ENGAGEMENT } from '@dinghy/diagrams/entitiesCaeMobileService'
<Shape
{...props}
_style={extendStyle(props, AZURE_MOBILE_ENGAGEMENT)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Mobile_Engagement.svg;strokeColor=none;',
},
_width: 34,
_height: 50,
}
Notification_Hubs
- Preview
- Usage
- Definition
import { NotificationHubs } from '@dinghy/diagrams/entitiesCaeMobileService'
<NotificationHubs/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NOTIFICATION_HUBS } from '@dinghy/diagrams/entitiesCaeMobileService'
<Shape
{...props}
_style={extendStyle(props, NOTIFICATION_HUBS)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Notification_Hubs.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 50,
}