Conversation
…ctions block elements
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## ai-apps #2370 +/- ##
==========================================
Coverage ? 92.78%
==========================================
Files ? 39
Lines ? 10711
Branches ? 692
==========================================
Hits ? 9938
Misses ? 761
Partials ? 12
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
mwbrooks
left a comment
There was a problem hiding this comment.
✅ Looks good and matches the spec!
| /** | ||
| * @description The icon to show. | ||
| * @example trash | ||
| */ | ||
| icon: string; |
There was a problem hiding this comment.
question: Today, only trash is supported. Do we typically list the supported enum values here?
There was a problem hiding this comment.
@mwbrooks I was so curious about this, but wanted to start more general and with an example to guard against future changes.
So open to updating this if being strict seems better of course 👁️🗨️ ✨
There was a problem hiding this comment.
I actually think keeping it open is better as well, because it allows devs to use the SDK while the API evolves with more values!
|
@mwbrooks Once again, thank you tons for the kind review! I'm wanting to merge this for tests with typescript so let's 🚢 💨 |
Summary
This PR adds the following to
@slack/types:feedback_buttonsblock actionicon_buttonblock actioncontext_actionsblockRequirements