blockly > icons > CommentState

icons.CommentState interface

The save state format for a comment icon.

Signature:

export interface CommentState 

Properties

Property Modifiers Type Description
height? number (Optional) The height of the comment bubble.
pinned? boolean (Optional) True if the comment is open, false otherwise.
text? string (Optional) The text of the comment.
width? number (Optional) The width of the comment bubble.