Global

Type Definitions

string

# HorizontalTextAnchor

Properties:
Name Type Description
START string

Align the start of the text to the x coordinate

MIDDLE string

Aligne the middle of the text to the x coordinate

END string

Align the end of the text to the x coordinate

See:

View Source index.js, line 2502

string

# InputSocketComponentType

The type used for InputSocketComponents

Properties:
Name Type Description
BOOLEAN string
INTEGER string
FLOAT string
STRING string
CONNECTOR string
ANY string

View Source index.js, line 947

string

# NodeClass

Accepted Node categories.

View Source index.js, line 1253

OutputPlugComponent.Type.BOOLEAN | OutputPlugComponent.Type.INTEGER | OutputPlugComponent.Type.STRING | OutputPlugComponent.Type.CONNECTOR | OutputPlugComponent.Type.ANY

# OutputPlugComponentType

The type used for OutputPlugComponents

View Source index.js, line 547

Object

# Position

Properties:
Name Type Description
x number

The X position of the top left corner

y number

The Y position of the top left corner

View Source index.js, line 179

string

# VerticalTextAnchor

Properties:
Name Type Description
TOP string

Align the top edge to the y coordinate

MIDDLE string

Align the text in the middle of the y coordinate.

BOTTOM string

Align the bottom of the text to the y coordinate.

See:

View Source index.js, line 2494