Interface PivotGraphEntry

[ Pivots ] ----------------------------------------

interface PivotGraphEntry {
    Children: clientpb.PivotGraphEntry[];
    Name: string;
    PeerID: string;
    Session?: clientpb.Session;
}

Properties

Name: string
PeerID: string
Session?: clientpb.Session