@samatawy/diagrams
    Preparing search index...

    Interface IContainer

    The IContainer interface defines the properties of a container node in the diagram, which can own a group of nodes. It includes a reference to the group it owns, allowing for hierarchical relationships between nodes and groups in the diagram.

    interface IContainer {
        owns_group: string;
    }
    Index

    Properties

    Properties

    owns_group: string

    The unique identifier of the group that this container owns, which allows for grouping and organizing nodes within the diagram.