g3-toolkit API Reference
    Preparing search index...

    Interface ContainmentOptions

    Compound-container mapping (slice 1, round 17; roadmap/design/toolbar-and-layouts.md). Edges of the named type become Cytoscape parent assignments (containment) and are OMITTED as rendered edges; container nodes carry a UML-style «Stereotype» label.

    interface ContainmentOptions {
        direction: "parentToChild" | "childToParent";
        edgeType: string;
    }
    Index

    Properties

    Properties

    direction: "parentToChild" | "childToParent"

    Whether the edge points parent→child or child→parent.

    edgeType: string

    UGM edge type expressing containment.