Comment
The comment component is a self contained object that displays all information related to a comment.
Data
| Field | Type | When Required |
When Optional |
Description |
|---|---|---|---|---|
name |
string | always | - | See root document. |
body |
string | always | - | |
_urls |
object | always | - | |
_urls._self |
string | always | - | |
_urls.threads |
string | Comment has threads | always | Only supply this key if the comment has child comments (threads). |
_urls
threads key is used by the interface to show that the comment has children comments or better known as threads. When this kewy is present, the UI will make an additional request to the URL within this key to fetch and then begin rendering the data as children to the comment in question.
About:
This page forms part of our Project Centurion ERP UI.
Page Metadata
Version: ToDo: place files short git commit hereDate Created: 2026-05-02
Date Edited: 2026-05-17
Contribution:
Would You like to contribute to our Centurion ERP UI project? You can assist in the following ways:
- Edit This Page If there is a mistake or a way you can improve it.
- Add a Page to the Manual if you would like to add an item to our manual
- Raise an Issue if there is something about this page you would like to improve, and git is unfamiliar to you.
ToDo: Add the page list of contributors