Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separator for interactive #6

Open
daKmoR opened this issue Feb 24, 2019 · 0 comments
Open

Separator for interactive #6

daKmoR opened this issue Feb 24, 2019 · 0 comments
Labels
feature-request Request for a new feature

Comments

@daKmoR
Copy link

daKmoR commented Feb 24, 2019

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'
        ],
      },
@klaudiosinani klaudiosinani added the feature-request Request for a new feature label Feb 27, 2019
@rjoydip-zz rjoydip-zz mentioned this issue Mar 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for a new feature
Projects
None yet
Development

No branches or pull requests

2 participants