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