Last updated

API / geotoolkit / attributes / SpaceStyle / SpaceStyle

Namespace: SpaceStyle

attributes.SpaceStyle.SpaceStyle

Table of contents

Type Aliases

Contents

Type Aliases

Options

Ƭ Options<T>: Object

object which contains the following fields

Type parameters

NameType
Tnumber | string

Type declaration

NameTypeDescription
bottom?Tbottom position
left?Tleft position
right?Tright position
top?Ttop position

OptionsOut

Ƭ OptionsOut<T>: Object

offsets

Type parameters

Name
T

Type declaration

NameTypeDescription
bottomTbottom
leftTleft
rightTright
topTtop

Type

Ƭ 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"

Type parameters

NameType
Textends number | string = number | string