selectedCommentId property

String? get selectedCommentId

Returns the currently selected comment id (the one whose card is active in the sidebar). Null when none is selected.

Implementation

String? get selectedCommentId;
set selectedCommentId (String? value)

Implementation

set selectedCommentId(String? value);