packages/components/directives/eui-resizable/eui-resizable.directive.ts
OnInit
OnDestroy
| Selector | [euiResizable] |
Properties |
Inputs |
HostBindings |
| euiResizableMinWidth |
Default value : 0, { transform: pixelTransform }
|
|
Minimum width constraint for the resizable container in pixels. Default is 0 if not specified. |
| euiResizablePosition |
Type : EuiResizablePosition
|
Default value : 'right'
|
|
This is used to determine the placement of the resizable handle and the resizing behavior. Possible values are 'left' or 'right'. Default is 'right'. |
| style.flex-basis.px |
Type : number
|
| style.max-width.px |
Type : number
|
| style.min-width.px |
Type : number
|
| style.width.px |
Type : number
|
| styleFlexBasisWidth |
Type : number
|
Decorators :
@HostBinding('style.flex-basis.px')
|
| styleMaxWidth |
Type : number
|
Decorators :
@HostBinding('style.max-width.px')
|
| styleMinWidth |
Type : number
|
Decorators :
@HostBinding('style.min-width.px')
|
| styleWidth |
Type : number
|
Decorators :
@HostBinding('style.width.px')
|