DropDownOptions
Defined in: js-api/src/widgets/specialized.ts:92
Options for dropdown
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
closeOnClick? | boolean | For custom dropdowns: close when an interactive element is clicked (default: true) | js-api/src/widgets/specialized.ts:96 |
onCollapse? | () => void | - | js-api/src/widgets/specialized.ts:94 |
onExpand? | () => void | - | js-api/src/widgets/specialized.ts:93 |