Lowdefy

Result

areas: content, extra

Used to provide feedback the results of a task or error.

extra
content
id: block_id
type: Result

properties:
Name of an React-Icon (See all icons) or properties of an Icon block to customize icon to use as result image.
Status of the result. Determines image and color.
Result subtitle or secondary text - supports html.
Result title or primary text - supports html.
500 Error
An error occurred
id: error_example
type: Result
properties:
  status: 500
  title: An error occurred

type: object
properties:
  type: object
  properties:
    type: object
    additionalProperties: false
    properties:
      icon:
        type:
          - string
          - object
        description: Name of an React-Icon (See <a
          href='https://react-icons.github.io/react-icons/'>all icons</a>) or
          properties of an Icon block to customize icon to use as result image.
      status:
        type: string
        enum:
          - success
          - error
          - info
          - warning
          - "404"
          - "403"
          - "500"
        default: info
        description: Status of the result. Determines image and color.
      subTitle:
        type: string
        description: Result subtitle or secondary text - supports html.
      title:
        type: string
        description: Result title or primary text - supports html.