4.47. kink/doc/model/BLOCK_TYPE¶
4.47.1. type block_type¶
block_type is an enum type of `paragraph`, `code` and `heading`.
4.47.2. BLOCK_TYPE.paragraph¶
`paragraph` fun returns the block_type enum val BLOCK_TYPE.paragraph.
4.47.3. BLOCK_TYPE.code¶
`code` fun returns the block_type enum val BLOCK_TYPE.code.
4.47.4. BLOCK_TYPE.heading¶
`heading` fun returns the block_type enum val BLOCK_TYPE.heading.