Last updated

API / geotoolkit / gauges / layout / Region / Region

Namespace: Region

layout.Region.Region

Table of contents

Type Aliases

Contents

Type Aliases

Options

Ƭ Options: Object

properties

Type declaration

NameTypeDescription
bounds?RectThe region bounds
fillstyle?TypeThe region fill style
height?number | stringHeight of the region
linestyle?TypeThe region line style
name?stringThe region name
parent?string | RegionsThe region relative to which this region is calculated
width?number | stringWidth of the region
x?number | stringX coordinate of the region
y?number | stringY coordinate of the region

OptionsOut

Ƭ OptionsOut: Required<Omit<Options, "x" | "y" | "width" | "height">>

properties