6.46. kink/doc/model/BLOCK_TYPE¶
6.46.1. type block_type¶
block_type is an enum type of `paragraph`, `code` and `heading`.
6.46.2. BLOCK_TYPE.paragraph¶
`paragraph` fun returns the block_type enum val BLOCK_TYPE.paragraph.
6.46.3. BLOCK_TYPE.code¶
`code` fun returns the block_type enum val BLOCK_TYPE.code.
6.46.4. BLOCK_TYPE.heading¶
`heading` fun returns the block_type enum val BLOCK_TYPE.heading.