type BlockState = | BlockStateError | BlockStatePending | BlockStateReady;
Describes the state of the block which affect its rendering.
type BlockState = | BlockStateError | BlockStatePending | BlockStateReady;
Describes the state of the block which affect its rendering.