ButtonPosition

[ Interface ]

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

Properties

Name

Type

Description

BothLeft

string

Both are positioned on the left.

BothRight

string

Both are positioned on the right.

PlusLeftAndMinusRight

string

Plus is displayed on the left and minus on the right.

MinusLeftAndPlusRight

string

Minus is displayed on the left and plus on the right.

PlusTopAndMinusBottom

string

Plus is displayed at the top and minus at the bottom.

MinusTopAndPlusBottom

string

Minus is displayed at the top and plus is displayed at the bottom.

ButtonPosition 1:

Available from version 1.12.744