API / geotoolkit / attributes / SpaceStyle / SpaceStyle
attributes.SpaceStyle.SpaceStyle
Type Aliases
Type Aliases
Ƭ Options<T>: Object
object which contains the following fields
| Name | Type |
|---|---|
T | number | string |
| Name | Type | Description |
|---|---|---|
bottom? | T | bottom position |
left? | T | left position |
right? | T | right position |
top? | T | top position |
Ƭ OptionsOut<T>: Object
offsets
| Name |
|---|
T |
| Name | Type | Description |
|---|---|---|
bottom | T | bottom |
left | T | left |
right | T | right |
top | T | top |
Ƭ Type<T>: SpaceStyle<T> | Options<T> | number | string | null
type can be used for SpaceStyle properties setter, in case of string it is CSS shorthand value like "25px 50px 75px 100px"
| Name | Type |
|---|---|
T | extends number | string = number | string |