Type alias GraphStackEntry

GraphStackEntry: {
    graph: LGraph;
    offset: Vector2;
    scale: number;
}

Type declaration