Button-group widget

The button-group widget is a collection of Button widgets.

Properties

Property

Description

Data type

horizontalSeparator

Separator between buttons.

string

id

Unique identifier of this widget.

string

items

Array of buttons.

string

layout

Layout, which is either: vertical | horizontal.

enum

topSeparator

Indicates whether top separator is needed.

Boolean

type Rich-media type, which is always ButtonGroup. string

verticalSeparator

Width of separator between buttons, in pixels.

integer

Code samples