Input
Classes
Input<S>
Extends
Port
<S
>
Type Parameters
Implements
Input
<S
>
Constructors
new Input()
Parameters
• params: PortParams
<S
> & object
Returns
Input
<S
>
Overrides
Defined in
tmp/graph-editor/src/lib/graph-editor/socket/Input.svelte.ts:20
Properties
alwaysShowLabel
Defined in
tmp/graph-editor/src/lib/graph-editor/socket/Input.svelte.ts:18
control
Control instance
Implementation of
ClassicPreset.Input.control
Defined in
tmp/graph-editor/src/lib/graph-editor/socket/Input.svelte.ts:12
description
Inherited from
Defined in
tmp/graph-editor/src/lib/graph-editor/socket/port.svelte.ts:17
hideLabel
Defined in
tmp/graph-editor/src/lib/graph-editor/socket/Input.svelte.ts:19
id
Port id, unique string generated by getUID
function
Implementation of
ClassicPreset.Input.id
Inherited from
Defined in
tmp/graph-editor/src/lib/graph-editor/socket/port.svelte.ts:14
index
Port index, used for sorting ports. Default is 0
Implementation of
ClassicPreset.Input.index
Inherited from
Defined in
tmp/graph-editor/src/lib/graph-editor/socket/port.svelte.ts:18
isRequired
Defined in
tmp/graph-editor/src/lib/graph-editor/socket/Input.svelte.ts:7
label
Implementation of
ClassicPreset.Input.label
Inherited from
Defined in
tmp/graph-editor/src/lib/graph-editor/socket/port.svelte.ts:16
multipleConnections
Implementation of
ClassicPreset.Input.multipleConnections
Inherited from
Defined in
tmp/graph-editor/src/lib/graph-editor/socket/port.svelte.ts:15
showControl
Whether the control is visible. Can be managed dynamically by extensions. Default is true
Implementation of
ClassicPreset.Input.showControl
Defined in
tmp/graph-editor/src/lib/graph-editor/socket/Input.svelte.ts:16
socket
Implementation of
ClassicPreset.Input.socket
Inherited from
Defined in
tmp/graph-editor/src/lib/graph-editor/socket/port.svelte.ts:13
Methods
addControl()
Add control to the input port
Parameters
• control: Control
Control instance
Returns
void
Implementation of
ClassicPreset.Input.addControl
Defined in
tmp/graph-editor/src/lib/graph-editor/socket/Input.svelte.ts:37
removeControl()
Remove control from the input port
Returns
void
Implementation of
ClassicPreset.Input.removeControl
Defined in
tmp/graph-editor/src/lib/graph-editor/socket/Input.svelte.ts:45