NodeGraphBackgroundSlotProps
Defined in: src/components/editor/NodeGraph/NodeGraph.types.ts:621
Properties
Section titled “Properties”background?
Section titled “background?”
optionalbackground?:string
Defined in: src/components/editor/NodeGraph/NodeGraph.types.ts:637
Optional background colour. Defaults to theme background.primary.
color?
Section titled “color?”
optionalcolor?:string
Defined in: src/components/editor/NodeGraph/NodeGraph.types.ts:635
Optional dot/line colour. Defaults to theme border.default.
optionalgap?:number
Defined in: src/components/editor/NodeGraph/NodeGraph.types.ts:633
Grid spacing in world units. The pattern repeats at this interval regardless of zoom.
Default
Section titled “Default”24variant?
Section titled “variant?”
optionalvariant?:"none"|"grid"|"dots"
Defined in: src/components/editor/NodeGraph/NodeGraph.types.ts:627
Background style. 'dots' and 'grid' are built in; pass 'none'
for an opaque background only.
Default
Section titled “Default”'dots'