Azure2 Mobile Entities
App Services
- Preview
- Usage
- Definition
import { AppServices } from '@dinghy/diagrams/entitiesAzure2Mobile'
<AppServices/>
// or
import { extendStyle } from "@dinghy/base-components";
import { APP_SERVICES } from '@dinghy/diagrams/entitiesAzure2Mobile'
<Shape
{...props}
_style={extendStyle(props, APP_SERVICES)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/app_services/App_Services.svg;strokeColor=none;',
},
_original_width: 64,
_original_height: 64,
}
Notification Hubs
- Preview
- Usage
- Definition
import { NotificationHubs } from '@dinghy/diagrams/entitiesAzure2Mobile'
<NotificationHubs/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NOTIFICATION_HUBS } from '@dinghy/diagrams/entitiesAzure2Mobile'
<Shape
{...props}
_style={extendStyle(props, NOTIFICATION_HUBS)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/app_services/Notification_Hubs.svg;strokeColor=none;',
},
_original_width: 67,
_original_height: 56.00000000000001,
}
Power Platform
- Preview
- Usage
- Definition
import { PowerPlatform } from '@dinghy/diagrams/entitiesAzure2Mobile'
<PowerPlatform/>
// or
import { extendStyle } from "@dinghy/base-components";
import { POWER_PLATFORM } from '@dinghy/diagrams/entitiesAzure2Mobile'
<Shape
{...props}
_style={extendStyle(props, POWER_PLATFORM)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/analytics/Power_Platform.svg;strokeColor=none;',
},
_original_width: 64.92,
_original_height: 68,
}