vars
Variables
$nodecolor
const $nodecolor: "rgba(110,136,255,0.8)" = 'rgba(110,136,255,0.8)';
Defined in
tmp/graph-editor/src/lib/graph-editor/render/vars.ts:1
$nodecolorselected
const $nodecolorselected: "#ffd92c" = '#ffd92c';
Defined in
tmp/graph-editor/src/lib/graph-editor/render/vars.ts:2
$nodewidth
const $nodewidth: 180 = 180;
Defined in
tmp/graph-editor/src/lib/graph-editor/render/vars.ts:7
$socketcolor
const $socketcolor: "oklch(var(--bc))" = 'oklch(var(--bc))';
Defined in
tmp/graph-editor/src/lib/graph-editor/render/vars.ts:6
$socketmargin
const $socketmargin: 6 = 6;
Defined in
tmp/graph-editor/src/lib/graph-editor/render/vars.ts:4
$socketsize
const $socketsize: 24 = 24;
Defined in
tmp/graph-editor/src/lib/graph-editor/render/vars.ts:3
nodecolor
const nodecolor: "rgba(110,136,255,0.8)" = 'rgba(110,136,255,0.8)';
Defined in
tmp/graph-editor/src/lib/graph-editor/render/vars.ts:9
nodecolorselected
const nodecolorselected: "#ffd92c" = '#ffd92c';
Defined in
tmp/graph-editor/src/lib/graph-editor/render/vars.ts:10
nodewidth
const nodewidth: 180 = 180;
Defined in
tmp/graph-editor/src/lib/graph-editor/render/vars.ts:14
socketcolor
const socketcolor: "#96b38a" = '#96b38a';
Defined in
tmp/graph-editor/src/lib/graph-editor/render/vars.ts:13
socketmargin
const socketmargin: 6 = 6;
Defined in
tmp/graph-editor/src/lib/graph-editor/render/vars.ts:12
socketsize
const socketsize: 24 = 24;