You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user, I would like to see a clear separation between groups of menu points.
Describe the solution you'd like
{
type: 'interactive',
query: 'What would you like to do today?',
handle: 'action',
symbol: '>',
menu: [
'outside walking', 'outside running',
'---' // not selectable - special string or a special type like new Seprator();
'inside cardgame', 'inside talking'
],
},
The text was updated successfully, but these errors were encountered:
As a user, I would like to see a clear separation between groups of menu points.
Describe the solution you'd like
The text was updated successfully, but these errors were encountered: