Type alias PerspectiveGraphConfig

PerspectiveGraphConfig: {
    perspective: {
        id: string;
        levels: (LevelConfigRelation | LevelConfigGroup)[];
        name: string;
    };
}

Type declaration

Generated using TypeDoc