blockly > WorkspaceCommentNavigationPolicy > getNextSibling
WorkspaceCommentNavigationPolicy.getNextSibling() method
Returns the next peer node of the given workspace comment.
Signature:
getNextSibling(): IFocusableNode | null;
Returns:
IFocusableNode | null
Null, as workspace comments do not have peers.