@sqlrooms/blocks / BlockInstance
Type Alias: BlockInstance<TAttrs>
BlockInstance<
TAttrs> =object
Type Parameters
| Type Parameter | Default type |
|---|---|
TAttrs extends Record<string, unknown> | Record<string, unknown> |
Properties
id
id:
BlockId
type
type:
BlockType
title?
optionaltitle?:string
attrs?
optionalattrs?:TAttrs
