Skip to content

@sqlrooms/blocks / StatefulBlockRenderProps

Type Alias: StatefulBlockRenderProps<TRoomState>

StatefulBlockRenderProps<TRoomState> = object

Type Parameters

Type ParameterDefault type
TRoomStateunknown

Properties

blockId

blockId: BlockId


blockType

blockType: BlockType


title?

optional title?: string


attrs?

optional attrs?: Record<string, unknown>


readOnly?

optional readOnly?: boolean


getState?

optional getState?: () => TRoomState

Returns

TRoomState