collapsibleState property
CommentThreadCollapsibleState
get
collapsibleState
Whether the thread should be collapsed or expanded when opening the document. Defaults to Collapsed.
Implementation
_i3.CommentThreadCollapsibleState get collapsibleState =>
_i3.CommentThreadCollapsibleState.values.byName(_i5.getProperty(
this,
'collapsibleState',
));
set
collapsibleState
(CommentThreadCollapsibleState value)
Implementation
set collapsibleState(_i3.CommentThreadCollapsibleState value) {
_i5.setProperty(
this,
'collapsibleState',
value.name,
);
}