Group
Group is derived class of VertexElem and represents a group.
Fields
Field
Type
Description
isGroup
boolean
Read only. Returns True
.
title
string
The title.
collapsed
boolean
True
if the group is collapsed.
startDateString
string or None
Read only. The string that would be displayed for the group’s start date, or None
if project management not enabled.
finishDateString
string or None
Read only. The string that would be displayed for the group’s finish date, or None
if project management not enabled.
titleLines
list of LayoutLine
Read only. A list of LayoutLines providing position information for the group title.
Methods
deepCollapse( )
Performs a deep collapse on the group.
deepExpand( )
Performs a deep expand on the group.
Last updated