API / geotoolkit / gauges / layout / Region / Region
Type Aliases
Type Aliases
Ƭ Options: Object
properties
| Name | Type | Description |
|---|---|---|
bounds? | Rect | The region bounds |
fillstyle? | Type | The region fill style |
height? | number | string | Height of the region |
linestyle? | Type | The region line style |
name? | string | The region name |
parent? | string | Regions | The region relative to which this region is calculated |
width? | number | string | Width of the region |
x? | number | string | X coordinate of the region |
y? | number | string | Y coordinate of the region |
Ƭ OptionsOut: Required<Omit<Options, "x" | "y" | "width" | "height">>
properties