Skip to main content
All docs
V23.2

DiagramShape.containerExpanded Property

Gets whether the container is expanded.

Declaration

containerExpanded: boolean

Property Value

Type Description
boolean

true if the shape is an expanded container. false if the shape is a collapsed container.

Remarks

This property is in effect for HorizontalContainer or VerticalContainer shapes. If the shape is not a container, its containerExpanded property always returns true.

See Also