Ibm Security Entities
App ID
- Preview
- Usage
- Definition
import { AppId } from '@dinghy/diagrams/entitiesIbmCloudSecurity'
<AppId/>
// or
import { extendStyle } from "@dinghy/base-components";
import { APP_ID } from '@dinghy/diagrams/entitiesIbmCloudSecurity'
<Shape
{...props}
_style={extendStyle(props, APP_ID)}
/>
{
_style: {
entity: 'shape=rect;fillColor=#FA4D56;aspect=fixed;resizable=0;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeColor=none;fontSize=14;',
},
_width: 0,
_height: 48,
}