packages/eui/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.width.px |
Type : number
|
styleFlexBasisWidth |
Type : number
|
Decorators :
@HostBinding('style.flex-basis.px')
|
styleMaxWidth |
Type : number
|
Decorators :
@HostBinding('style.max-width.px')
|
styleWidth |
Type : number
|
Decorators :
@HostBinding('style.width.px')
|