Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2426 +/- ##
==========================================
+ Coverage 92.71% 93.02% +0.30%
==========================================
Files 22 40 +18
Lines 9474 11127 +1653
Branches 625 713 +88
==========================================
+ Hits 8784 10351 +1567
- Misses 678 764 +86
Partials 12 12
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
3 tasks
15 tasks
zimeg
commented
Nov 18, 2025
Member
Author
zimeg
left a comment
There was a problem hiding this comment.
🐦 A note for reviewers after most recent testing!
|
|
||
| /** | ||
| * @description Defines an object containing some text. | ||
| * @see {@link https://docs.slack.dev/reference/block-kit/composition-objects/text-object Text object reference}. |
Member
Author
There was a problem hiding this comment.
📝 note: This is undocumented as a text object at this time. I've sent a message related to this but believe this is the correct place for the raw_text reference and implementation!
WilliamBergamin
approved these changes
Nov 18, 2025
|
|
||
| /** | ||
| * @description Defines an object containing some text. | ||
| * @see {@link https://docs.slack.dev/reference/block-kit/composition-objects/text-object Text object reference}. |
| * @description Displays structured information in a table. | ||
| * @see {@link https://docs.slack.dev/reference/block-kit/blocks/table-block Table block reference}. | ||
| */ | ||
| export interface TableBlock extends Block { |
Member
Author
|
@WilliamBergamin I share excitement for this new block. With expected results appearing on the server side I'll merge this next! 🧱 ✨ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds the
tableblock.🔗 https://docs.slack.dev/reference/block-kit/blocks/table-block
Preview
The following code snippet can be used to post a table:
Notes
Requirements