packages/components/directives/eui-resizable/eui-resizable.directive.ts
OnInit
OnDestroy
| Selector | [euiResizable] |
Properties |
HostBindings |
| style.flex-basis.px |
Type : number
|
| style.max-width.px |
Type : number
|
| style.min-width.px |
Type : number
|
| style.width.px |
Type : number
|
| euiResizableMinWidth |
Default value : input(0, { transform: pixelTransform })
|
|
Minimum width constraint for the resizable container in pixels. Default is 0 if not specified. |
| 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')
|