g3-toolkit API Reference
    Preparing search index...

    Interface StructuralCompartment

    A typed group of rows inside a container (UML compartment).

    interface StructuralCompartment {
        id: string;
        rows: StructuralRow[];
        title?: string;
    }
    Index

    Properties

    Properties

    id: string

    Stable id; row geometry records which compartment a row belongs to.

    title?: string

    Optional compartment title rendered as its own divider row.