Interface: TemplateCustomBlock
Template block for user-defined rendering and estimation logic.
Properties
| Property | Modifier | Type | Description |
|---|
estimate | readonly | (flow) => number | Estimates the vertical height this block will consume. |
keepWithNext? | readonly | boolean | - |
render | readonly | (flow) => number | Renders the block and returns the vertical height consumed. |
type | readonly | "custom" | - |