Skip to main content
All docs
V25.1
  • 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