@aurigma/ui-framework
Version:
A platform which allows building print product personalization editors based on Aurigma's Customer's Canvas.
41 lines (21 loc) • 579 B
Markdown
# Interface: IDndControllerConfig
Provides properties that are used to organize the drag-and-drop behavior.
## Hierarchy
* **IDndControllerConfig**
## Index
### Properties
* [hide](idndcontrollerconfig.md#hide)
* [hideWidget](idndcontrollerconfig.md#hidewidget)
* [showWidget](idndcontrollerconfig.md#showwidget)
## Properties
### hide
• **hide**: *boolean*
If `true`, displays the widget.
___
### hideWidget
• **hideWidget**: *string*
The name of a widget to be hidden.
___
### showWidget
• **showWidget**: *string*
The name of a widget to be shown.