API / geotoolkit / layout / LayoutStyle / LayoutStyle
layout.LayoutStyle.LayoutStyle
Type Aliases
Type Aliases
Ƭ Options<T>: Options<T> & Type<T>
properties type
| Name | Type |
|---|---|
T | extends number | string = number | string |
Ƭ OptionsOut<T>: OptionsOut<T> & Type<T>
LayoutStyle properties
| Name |
|---|
T |
Ƭ Type<T>: Object
| Name | Type |
|---|---|
T | string | number |
| Name | Type | Description |
|---|---|---|
centerx? | T | offset from center-x in case if shape is in center |
centery? | T | offset from center-y in case if shape is in center |
constraint? | SizeConstraint | layout constrains |
flexgrow? | number | number specifying how much the item will grow relative to the rest of the items inside the same container |
flexshrink? | number | number specifying how much the item will shrink relative to the rest of the items inside the same container |
float? | string | float position |
height? | T | height |
maxheight? | T | maximum height |
maxwidth? | T | maximum width |
minheight? | T | minimum height |
minwidth? | T | minimum width |
position? | string | layout position |
size? | number | string | layout size |
width? | T | width |