port
Ce contenu n’est pas encore disponible dans votre langue.
Classes
Output<S>
Extends
Port
<S
>
Type Parameters
Implements
Output
<S
>
Constructors
new Output()
Parameters
• params: PortParams
<S
>
Returns
Output
<S
>
Overrides
Defined in
tmp/graph-editor/src/lib/graph-editor/socket/port.svelte.ts:31
Properties
description
Inherited from
Defined in
tmp/graph-editor/src/lib/graph-editor/socket/port.svelte.ts:17
id
Port id, unique string generated by getUID
function
Implementation of
ClassicPreset.Output.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.Output.index
Inherited from
Defined in
tmp/graph-editor/src/lib/graph-editor/socket/port.svelte.ts:18
label
Implementation of
ClassicPreset.Output.label
Inherited from
Defined in
tmp/graph-editor/src/lib/graph-editor/socket/port.svelte.ts:16
multipleConnections
Implementation of
ClassicPreset.Output.multipleConnections
Inherited from
Defined in
tmp/graph-editor/src/lib/graph-editor/socket/port.svelte.ts:15
socket
Implementation of
ClassicPreset.Output.socket
Inherited from
Defined in
tmp/graph-editor/src/lib/graph-editor/socket/port.svelte.ts:13
Port<S>
Extended by
Type Parameters
Implements
Port
<S
>
Constructors
new Port()
Parameters
• params: PortParams
<S
>
Returns
Port
<S
>
Defined in
tmp/graph-editor/src/lib/graph-editor/socket/port.svelte.ts:19
Properties
description
Defined in
tmp/graph-editor/src/lib/graph-editor/socket/port.svelte.ts:17
id
Port id, unique string generated by getUID
function
Implementation of
ClassicPreset.Port.id
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.Port.index
Defined in
tmp/graph-editor/src/lib/graph-editor/socket/port.svelte.ts:18
label
Implementation of
ClassicPreset.Port.label
Defined in
tmp/graph-editor/src/lib/graph-editor/socket/port.svelte.ts:16
multipleConnections
Implementation of
ClassicPreset.Port.multipleConnections
Defined in
tmp/graph-editor/src/lib/graph-editor/socket/port.svelte.ts:15
socket
Implementation of
ClassicPreset.Port.socket
Defined in
tmp/graph-editor/src/lib/graph-editor/socket/port.svelte.ts:13
Type Aliases
PortParams<S>
Type Parameters
Type declaration
description?
index?
label?
multipleConnections?
socket
Defined in
tmp/graph-editor/src/lib/graph-editor/socket/port.svelte.ts:5