g3-toolkit API Reference
    Preparing search index...

    Interface StructuralRow

    One row inside a compartment (e.g., a UML attribute or a SHACL property shape summary).

    interface StructuralRow {
        id: string;
        text: string;
    }
    Index

    Properties

    Properties

    id: string

    Stable id; becomes a node id in the geometry document.

    text: string

    Row text as it should render (already abbreviated by the caller).