LogoRobo.js
Framework

MAX CASCADE DEPTH

Variable: MAX_CASCADE_DEPTH

const MAX_CASCADE_DEPTH: 50 = 50;

Maximum cascade depth to prevent infinite recursion. If cascade operations exceed this depth, an error is thrown.

On this page