Lines Matching refs:undefined
81 boundingBox: undefined, // constrain layout bounds; { x1, y1, x2, y2 } or { x1, y1, w, h }
95 flow: undefined, // use DAG/tree flow layout if specified, e.g. { axis: 'y', minSeparation: 30 }
96 …alignment: undefined, // relative alignment constraints on nodes, e.g. function( node ){ return { …
97 …gapInequalities: undefined, // list of inequality constraints for the gap between the nodes, e.g. …
101 edgeLength: undefined, // sets edge length directly in simulation
102 edgeSymDiffLength: undefined, // symmetric diff edge length in simulation
103 edgeJaccardLength: undefined, // jaccard edge length in simulation
106 unconstrIter: undefined, // unconstrained initial layout iterations
107 userConstIter: undefined, // initial layout iterations with user-specified constraints
108 allConstIter: undefined, // initial layout iterations with all constraints including non-overlap
897 …ndow === "undefined" ? "undefined" : typeof(window)) !== ( true ? "undefined" : typeof(undefined)))