ButtonPosition
[ Interface ]
export type ButtonPosition =
| 'BothLeft'
| 'BothRight'
| 'PlusLeftAndMinusRight'
| 'MinusLeftAndPlusRight'
| 'PlusTopAndMinusBottom'
| 'MinusTopAndPlusBottom';Properties
Name | Type | Description |
|---|---|---|
BothLeft | Both are positioned on the left. | |
BothRight | Both are positioned on the right. | |
PlusLeftAndMinusRight | Plus is displayed on the left and minus on the right. | |
MinusLeftAndPlusRight | Minus is displayed on the left and plus on the right. | |
PlusTopAndMinusBottom | Plus is displayed at the top and minus at the bottom. | |
MinusTopAndPlusBottom | Minus is displayed at the top and plus is displayed at the bottom. |
![]() | Available from version 1.12.744 |
