UNPKG

ldx-widgets

Version:

widgets

20 lines (12 loc) 310 B
React = require 'react' module.exports = createMenuItems: -> menuItems = [] menuItems.push { value: 'PatientConsent' label: t 'Patient Consent' } menuItems selectMenuItem: (menuItem) -> switch menuItem.value when 'PatientConsent' then @handleConsentClick()