Gmdl Menus Entities
Menu
- Preview
- Usage
- Definition
import { Menu } from '@dinghy/diagrams/entitiesGmdlMenus'
<Menu/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MENU } from '@dinghy/diagrams/entitiesGmdlMenus'
<Shape
{...props}
_style={extendStyle(props, MENU)}
/>
{
_style: {
entity: 'swimlane;shape=rect;strokeColor=#EEEEEE;fillColor=#ffffff;fontColor=#000000;fontStyle=0;childLayout=stackLayout;horizontal=1;startSize=0;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=0;marginBottom=0;whiteSpace=wrap;html=1;shadow=1;',
},
_width: 0,
_height: 168,
}