Lowdefy
v3.23.3/display/Divider/

Divider

A divider line. Can be used horizontally or vertically.

id: block_id
type: Divider

properties:
Whether line is dashed.
Position of title inside divider.
Show text as plain style.
Divider title - supports html.
Direction type of divider
type: object
properties:
  properties:
    additionalProperties: false
    properties:
      dashed:
        default: false
        description: Whether line is dashed.
        type: boolean
      orientation:
        default: center
        description: Position of title inside divider.
        enum:
          - left
          - right
          - center
        type: string
      plain:
        default: false
        description: Show text as plain style.
        type: boolean
      title:
        description: Divider title - supports html.
        type: string
      type:
        default: horizontal
        description: Direction type of divider
        enum:
          - horizontal
          - vertical
        type: string
    type: object