Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PostCommentParams

Hierarchy

  • PostCommentParams

Index

Properties

Optional Readonly client_meta

client_meta: Vector2 | FrameOffset

The absolute canvas position of where to place the comment

Optional Readonly comment_id

comment_id: undefined | string

The comment to reply to, if any. This must be a root comment, that is, you cannot reply to a comment that is a reply itself (a reply has a parent_id).

Readonly message

message: string

The text contents of the comment to post

Generated using TypeDoc