Group
Last updated
Last updated
Group is derived class of VertexElem and represents a group.
deepCollapse( )
Performs a deep collapse on the group.
deepExpand( )
Performs a deep expand on the group.
Field
Type
Description
isGroup
boolean
Read only. Returns True
.
title
string
The title.
color
The background color.
symbol
Symbol or None
The symbol for this group.
collapsed
boolean
True
if the group is collapsed.
children
list of VertexElem
Read only. The elements contained in the group.
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.
titleFont
Read only. The FontSpec used to render the group title.
titleLines
list of LayoutLine
Read only. A list of LayoutLines providing position information for the group title.