Type Alias CommentWorkspaceItemBeta

CommentWorkspaceItem: WorkspaceItemBase & OsAuditFields & Entity & {
    contents: string;
    os_parent_uid?: string;
    slug?: string;
}

Represents a comment workspace item with various attributes.

Type declaration

  • Betacontents: string

    The content of the comment.

  • Optional Betaos_parent_uid?: string

    The id of the comment thread.

  • Optional Betaslug?: string

    The short text of the comment.