DropDownOptions
Defined in: 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) | src/widgets/specialized.ts:96 |
onCollapse? | () => void | - | src/widgets/specialized.ts:94 |
onExpand? | () => void | - | src/widgets/specialized.ts:93 |