- Source
Example
//Python:
import dash
import dash_lumino_components as dlc
menu = dlc.Menu([
dlc.Command(id="com:openwidget", label="Open", icon="fa fa-plus"),
dlc.Separator(),
dlc.Command(id="com:closeall", label="Close All", icon="fa fa-minus")
], id="openMenu", title="File")
Type Definitions
propTypes
PropertiesName | Type | Description |
---|---|---|
id | string | The id of the separator |
- Source