OptionalafterInitialize
afterInitialize?: (() => void)
controls
controls: { value: InputControl<"vector", "scalar" | "array">; } = ... description
description: undefined | string = ...
inConnections
inConnections: {} = ...
inEditor
inEditor: boolean = ...
ReadonlyingoingDataConnections
ingoingDataConnections: Record<string, Connection<GraphNode<Record<string, Socket<SocketType, "scalar" | "array">>, {}, {}, Record<string, unknown>, Record<string, unknown>>, GraphNode<Record<string, Socket<SocketType, "scalar" | "array">>, {}, {}, Record<string, unknown>, Record<string, unknown>>>[]> = ... ReadonlyingoingExecConnections
ingoingExecConnections: Record<string, Connection<GraphNode<Record<string, Socket<SocketType, "scalar" | "array">>, {}, {}, Record<string, unknown>, Record<string, unknown>>, GraphNode<Record<string, Socket<SocketType, "scalar" | "array">>, {}, {}, Record<string, unknown>, Record<string, unknown>>>[]> = ... OptionalinitializePromise
initializePromise?: Promise<void>
OptionalinitialValues
initialValues?: {
controls?: Record<string, unknown>;
inputs?: Record<string, unknown>;
}
inputTypes
inputTypes: Record<string, { datastructure: "scalar" | "array"; type: SocketType; }> = ... needsProcessing
needsProcessing: boolean = ...
OptionalonRemoveIngoingConnection
onRemoveIngoingConnection?: ((conn: Connection<GraphNode<Record<string, Socket<SocketType, "scalar" | "array">>, {}, {}, Record<string, unknown>, Record<string, unknown>>, GraphNode<Record<string, Socket<SocketType, "scalar" | "array">>, {}, {}, Record<string, unknown>, Record<string, unknown>>>) => void) outConnections
outConnections: {} = ...
ReadonlyoutgoingDataConnections
outgoingDataConnections: Record<string, Connection<GraphNode<Record<string, Socket<SocketType, "scalar" | "array">>, {}, {}, Record<string, unknown>, Record<string, unknown>>, GraphNode<Record<string, Socket<SocketType, "scalar" | "array">>, {}, {}, Record<string, unknown>, Record<string, unknown>>>[]> = ... ReadonlyoutgoingExecConnections
outgoingExecConnections: Record<string, Connection<GraphNode<Record<string, Socket<SocketType, "scalar" | "array">>, {}, {}, Record<string, unknown>, Record<string, unknown>>, GraphNode<Record<string, Socket<SocketType, "scalar" | "array">>, {}, {}, Record<string, unknown>, Record<string, unknown>>>[]> = ... outputs
outputs: { value?: Output<Socket<"vector", "scalar" | "array">>; } = ... outputTypes
outputTypes: Record<string, { datastructure: "scalar" | "array"; type: SocketType; }> = ... outSocket
outSocket: Socket<"vector", "scalar" | "array"> Protectedparams
params: Record<string, unknown> = ...
pos
pos: {
x: number;
y: number;
} = ...
ReadonlysocketSelectionComponent
sortedControls
sortedControls: [string, Control][] = ... state
state: { name?: string; } & Partial<{ controlType: | "number" | "integer" | "vector" | "remote-file" | "text" | "checkbox" | "group-name-ref" | "textarea" | "select"; type: SocketType; }> = ... visible
visible: boolean = ...
Staticdescription
description: string = ''
StaticnodeCounts
nodeCounts: number = 0
Staticvisible
visible: boolean = true
A node that outputs a vector.