Hierarchy
-
WidgetParams
- WidgetPopoverParams
Properties
Optional items
Array of drop-down menu items.
Optional onRender
Function called after the widget is displayed.
Optional position
Placement of the drop-down menu/pop-up in relation to the trigger element that opens it.
The default value is vertical
. The following options are available:horizontal
: opens items horizontally.
vertical
: opens items vertically.
top
: at the top.
right
: on the right.
bottom
: at the bottom.
left
: on the left.
Optional size
Size of the drop-down menu/pop-up.
Be default, the property’s value is default
. The following options are available:
default
: size fits the content.
sm
: small.
md
: medium.lg
: large.
Display parameters for the “Pop-up” and “Drop-down window” widgets