blockly > comments > CommentEditor > getParent
comments.CommentEditor.getParent() method
Returns the parent object that owns this comment editor, if any.
Signature:
getParent(): BlockSvg | RenderedWorkspaceComment | undefined;
Returns:
BlockSvg | RenderedWorkspaceComment | undefined