Basic Example

{
  "type": "step",
  "elements": []
}

Properties

type
string
required
Identifies this as a step blockMust be step
elements
array
required
Array of block elements contained within this step

Usage Notes

  • This element is part of the BlockKit system for building dynamic user interfaces
  • All properties marked as (required) must be included in your JSON structure
  • Optional properties can be omitted and will use their default values when applicable