ButtonPosition

[ Schnittstelle ]

export type ButtonPosition =
| 'BothLeft'
| 'BothRight'
| 'PlusLeftAndMinusRight'
| 'MinusLeftAndPlusRight'
| 'PlusTopAndMinusBottom'
| 'MinusTopAndPlusBottom';

Eigenschaften

Name

Typ

Beschreibung

BothLeft

string

Beide werden links positioniert.

BothRight

string

Beide werden rechts positioniert.

PlusLeftAndMinusRight

string

Plus wird links und Minus wird rechts angezeigt.

MinusLeftAndPlusRight

string

Minus wird links und Plus wird rechts angezeigt.

PlusTopAndMinusBottom

string

Plus wird oben und Minus wird unten angezeigt.

MinusTopAndPlusBottom

string

Minus wird oben und Plus wird unten angezeigt.

ButtonPosition 1:

Verfügbar ab Version 1.12.744