Lowdefy
v3.23.3/container/Box/

Box

areas: content

A Box is a container that places sub-blocks into a html <div>. The Box has a single area, content.

content
id: block_id
type: Box

properties:
Box content string. Overrides the "content" content area.
Css style object to apply to Box div.
type: object
properties:
  events:
    additionalProperties: false
    properties:
      onClick:
        description: Trigger actions when the Box is clicked.
        type: array
    type: object
  properties:
    additionalProperties: false
    properties:
      content:
        description: Box content string. Overrides the "content" content area.
        type: string
      style:
        description: Css style object to apply to Box div.
        type: object
    type: object