projects/aoc-client/ui/form/aoc-ui-form/aoc-ui-form-row-height.directive.ts
Selector | [aocUiFormRowHeight] |
Standalone | true |
Properties |
Inputs |
HostBindings |
Accessors |
aocUiFormRowHeight |
Type : "stretch" | AocUiCssLength | string
|
class.fixedHeight |
Type : boolean
|
class.stretch |
Type : boolean
|
Default value : true
|
style.flex |
Type : string | null
|
Default value : null
|
size |
Type : string | null
|
Default value : null
|
Decorators :
@HostBinding('style.flex')
|
stretch |
Default value : true
|
Decorators :
@HostBinding('class.stretch')
|
height | ||||||
setheight(value: "stretch" | AocUiCssLength | string)
|
||||||
Parameters :
Returns :
void
|
isFixedHeight |
getisFixedHeight()
|