Skip to content

Separator for interactive #6

Open
@daKmoR

Description

@daKmoR

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'
        ],
      },

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions