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:
-
- See https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/text-anchor for an explanation of it.
string
# InputSocketComponentType
The type used for InputSocketComponents
Properties:
Name | Type | Description |
---|---|---|
BOOLEAN |
string
|
|
INTEGER |
string
|
|
FLOAT |
string
|
|
STRING |
string
|
|
CONNECTOR |
string
|
|
ANY |
string
|
OutputPlugComponent.Type.BOOLEAN
|
OutputPlugComponent.Type.INTEGER
|
OutputPlugComponent.Type.STRING
|
OutputPlugComponent.Type.CONNECTOR
|
OutputPlugComponent.Type.ANY
# OutputPlugComponentType
The type used for OutputPlugComponents
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 |
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:
-
- See https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/dominant-baseline for the documentation on HTML level.