Interface IDndControllerConfig
Provides properties that are used to organize the drag-and-drop behavior.
Package: ui-framework
Properties
hide
If true
, displays the widget.
Declaration
hide: boolean
Property Value
Type | Description |
---|---|
boolean | If |
hideWidget
The name of a widget to be hidden.
Declaration
hideWidget: string
Property Value
Type | Description |
---|---|
string | The name of a widget to be hidden. |
showWidget
The name of a widget to be shown.
Declaration
showWidget: string
Property Value
Type | Description |
---|---|
string | The name of a widget to be shown. |