VendorRenderedBlock
Overview
VendorRenderedBlock
represents a block of content that is rendered by an external vendor. It provides flexibility to integrate third-party content or custom rendering logic into the application.
Attributes
id
type: string
A unique identifier for the vendor-rendered block.
type
type: literal = 'vendorRendered'
Discriminant for this block type.
provider
type: string
The name of the external vendor responsible for rendering the block.
payload
type: any
A generic payload containing the data required by the vendor to render the block.