|
|
@ -16,8 +16,8 @@ Comments can be used to enable discussions on an entity for example page, blog p
|
|
|
|
| Property | Description | Type | Default |
|
|
|
|
| Property | Description | Type | Default |
|
|
|
|
| -------- | ----------- | ---- | ------- |
|
|
|
|
| -------- | ----------- | ---- | ------- |
|
|
|
|
| actions | List of action items rendered below the comment content | Array<ReactNode> | - |
|
|
|
|
| actions | List of action items rendered below the comment content | Array<ReactNode> | - |
|
|
|
|
| author | The element to display as the comment author | ReactNode | - |
|
|
|
|
| author | The element to display as the comment author | string\|ReactNode | - |
|
|
|
|
| avatar | The element to display as the comment avatar - generally an antd `Avatar` | ReactNode | - |
|
|
|
|
| avatar | The element to display as the comment avatar - generally an antd `Avatar` or src | string\|ReactNode | - |
|
|
|
|
| children | Nested comments should be provided as children of the Comment | ReactNode | - |
|
|
|
|
| children | Nested comments should be provided as children of the Comment | ReactNode | - |
|
|
|
|
| content | The main content of the comment | ReactNode | - |
|
|
|
|
| content | The main content of the comment | string\|ReactNode | - |
|
|
|
|
| datetime | A datetime element containing the time to be displayed | ReactNode | - |
|
|
|
|
| datetime | A datetime element containing the time to be displayed | string\|ReactNode | - |
|
|
|
|