Skip to main content

@slack/web-api / KnownBlock

Type Alias: KnownBlock

type KnownBlock = 
| ImageBlock
| ContextBlock
| ActionsBlock
| DividerBlock
| SectionBlock
| InputBlock
| FileBlock
| HeaderBlock
| VideoBlock
| RichTextBlock;

Defined in: node_modules/@slack/types/dist/block-kit/blocks.d.ts:21

A helper union type of all known Blocks, as listed out on the Blocks reference.