A dropdown item with a custom action callback.
<generic-dropdown> Display content... <dropdown-items slot="content"> <dropdown-item action.bind="someAction"> Select me! </dropdown-item> </dropdown-items> <generic-dropdown-content slot="content"> Optional additional content below the items... </generic-dropdown-content></generic-dropdown> Copy
<generic-dropdown> Display content... <dropdown-items slot="content"> <dropdown-item action.bind="someAction"> Select me! </dropdown-item> </dropdown-items> <generic-dropdown-content slot="content"> Optional additional content below the items... </generic-dropdown-content></generic-dropdown>
A function that is called when the item is clicked.
True to highlight this item as selected.
A dropdown item with a custom action callback.