Lowdefy
v3.23.3/container/Span/

Span

areas: content

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

content
id: block_id
type: Span

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