Search
Loading...
Skip to content

Type Alias: BlockState

type BlockState =
| BlockStateError
| BlockStatePending
| BlockStateReady;

Describes the state of the block which affect its rendering.