ButtonPosition
[ Schnittstelle ]
export type ButtonPosition =
| 'BothLeft'
| 'BothRight'
| 'PlusLeftAndMinusRight'
| 'MinusLeftAndPlusRight'
| 'PlusTopAndMinusBottom'
| 'MinusTopAndPlusBottom';Eigenschaften
Name | Typ | Beschreibung |
|---|---|---|
BothLeft | Beide werden links positioniert. | |
BothRight | Beide werden rechts positioniert. | |
PlusLeftAndMinusRight | Plus wird links und Minus wird rechts angezeigt. | |
MinusLeftAndPlusRight | Minus wird links und Plus wird rechts angezeigt. | |
PlusTopAndMinusBottom | Plus wird oben und Minus wird unten angezeigt. | |
MinusTopAndPlusBottom | Minus wird oben und Plus wird unten angezeigt. |
![]() | Verfügbar ab Version 1.12.744 |
