-
Notifications
You must be signed in to change notification settings - Fork 80
Closed
Labels
dev loop ➰For issues that impact the core dev-loop of building experimentsFor issues that impact the core dev-loop of building experimentsenhancementImprovement to an existing featureImprovement to an existing featurehelp wantedExtra attention is neededExtra attention is neededsample app 🖼source generator ⚙️
Milestone
Description
Related #149
Realized as we've been building more samples, that just having bool and multi-choice as our options is a bit limiting, so wanted to list out some other simple scenarios for ToolkitSample*OptionAttributes we may want in the future:
| Name | Parameters | Description |
|---|---|---|
ToolkitSampleCommandOptionAttribute |
label + nameof(SomeMethodOnSampleClass) |
Creates a Button with label content which will execute the command when clicked |
ToolkitSampleTextOptionAttribute |
title (as normal) + placeholder |
Creates a TextBox with placeholder text, allows user to type freeform text |
ToolkitSampleSliderOptionAttribute |
min + max + step + initial |
Creates a Slider |
We may also want a flag for MultiChoice to change whether it's radio buttons or a combobox?
We can always refer to our existing sample methods for ideas.
Arlodotexe
Metadata
Metadata
Assignees
Labels
dev loop ➰For issues that impact the core dev-loop of building experimentsFor issues that impact the core dev-loop of building experimentsenhancementImprovement to an existing featureImprovement to an existing featurehelp wantedExtra attention is neededExtra attention is neededsample app 🖼source generator ⚙️