Skip to content

Separator for interactive #6

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions