serialised-block

A serialised version of a block - used for transmission purposes

Name serialised-block
Type Interface
Path packages/blocks/src/types/serialised-block.ts

Properties

Name Type Description
id string String to identify this particular instance of a block. Must be unique
name string Friendly name for the block - for use in user interfaces
params Record<string, unknown> The parameters that were passed with the block
type string The type of block