The ID (primary key) of the entity.
Whether the post has been approved or not.
Author of the post.
Body of the post.
Children of the post (i.e. comments).
The Community
that the post belongs
to.
Content type of the post (either text
or markdown
).
Host that the entity belongs to.
Because this is a federated system, there are many instances where entities are scoped to a specific instance (rather than globally scoped).
The parent of this post (only exists if this is a comment).
Title of the post.
Access to createdAt
as a UNIX timestamp.
Access to createdAt
as a UNIX timestamp.
Alias for the _id
property.
Alias for the _id
property.
Access to updatedAt
as a UNIX timestamp.
Access to updatedAt
as a UNIX timestamp.
Returns a JSON representation of the entity in the format expected by the federation protocol.
Generated using TypeDoc
Entity representing a post.