@samatawy/diagrams
    Preparing search index...

    Interface ISerializedGroup

    Serialized representation of a group, containing its identifier and the identifiers of the nodes it contains.

    interface ISerializedGroup {
        id: string;
        nodes: string[];
    }
    Index

    Properties

    Properties

    id: string
    nodes: string[]