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

Add a mechanism to allow the default options to be Hooked. #7

Closed
1 task
atEaE opened this issue Feb 8, 2021 · 0 comments
Closed
1 task

Add a mechanism to allow the default options to be Hooked. #7

atEaE opened this issue Feb 8, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@atEaE
Copy link
Owner

atEaE commented Feb 8, 2021

Task

Since it is tedious to generate new Options each time, we will implement the Hook mechanism in the constructor.

Achievement standard

Since it is tedious to generate new Options each time, we will implement the Hook mechanism in the constructor.

Task Detail

  • new construcotr.
//example
var selectableMenu = new SelectableMenu<Action>((o) => { IsClearAfterSelection = true; });
@atEaE atEaE added the enhancement New feature or request label Feb 8, 2021
@atEaE atEaE self-assigned this Feb 8, 2021
@atEaE atEaE closed this as completed in d552f1b Feb 9, 2021
atEaE added a commit that referenced this issue Feb 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant