Compositions
New
float [socket] -
{ "name": "Float", "description": "Constant value for Float [float]", "group": "Primitive", "category": "Constants", "icon": "float" }
[
role
: constant]
[
type
: float]
[
default
: 0]
int [socket] -
{ "name": "Integer", "description": "Constant value for Integer [int]", "group": "Primitive", "category": "Constants", "icon": "int" }
[
role
: constant]
[
type
: int]
[
default
: 0]
bool [socket] -
{ "name": "Bool", "description": "Constant value for Bool [bool]", "group": "Primitive", "category": "Constants", "icon": "bool" }
[
role
: constant]
[
type
: bool]
[
default
: false]
string [socket] -
{ "name": "String", "description": "Constant value for String [string]", "group": "Primitive", "category": "Constants", "icon": "string" }
[
role
: constant]
[
type
: string]
[
default
: ""]
vec2 [socket] -
{ "name": "Vec2", "description": "Constant value for Vec2 [vec2]", "group": "Primitive", "category": "Constants", "icon": "vec2" }
[
role
: constant]
[
type
: vec2]
[
default
: [0,0]]
vec3 [socket] -
{ "name": "Vec3", "description": "Constant value for Vec3 [vec3]", "group": "Primitive", "category": "Constants", "icon": "vec3" }
[
role
: constant]
[
type
: vec3]
[
default
: [0,0,0]]
vec4 [socket] -
{ "name": "Vec4", "description": "Constant value for Vec4 [vec4]", "group": "Primitive", "category": "Constants", "icon": "vec4" }
[
role
: constant]
[
type
: vec4]
[
default
: [0,0,0,0]]
mat3 [socket] -
{ "name": "Mat3", "description": "Constant value for Mat3 [mat3]", "group": "Primitive", "category": "Constants", "icon": "mat3" }
[
role
: constant]
[
type
: mat3]
[
default
: [[0,0,0],[0,0,0],[0,0,0]]]
mat4 [socket] -
{ "name": "Mat4", "description": "Constant value for Mat4 [mat4]", "group": "Primitive", "category": "Constants", "icon": "mat4" }
[
role
: constant]
[
type
: mat4]
[
default
: [[0,0,0,0],[0,0,0,0],[0,0,0,0],[0,0,0,0]]]
or [socket] -
{ "name": "OR", "description": "Constant value for OR [or]", "group": "Logic", "category": "Constants", "icon": "or" }
[
role
: constant]
[
type
: or]
and [socket] -
{ "name": "AND", "description": "Constant value for AND [and]", "group": "Logic", "category": "Constants", "icon": "and" }
[
role
: constant]
[
type
: and]
not [socket] -
{ "name": "NOT", "description": "Constant value for NOT [not]", "group": "Logic", "category": "Constants", "icon": "not" }
[
role
: constant]
[
type
: not]
xor [socket] -
{ "name": "XOR", "description": "Constant value for XOR [xor]", "group": "Logic", "category": "Constants", "icon": "xor" }
[
role
: constant]
[
type
: xor]
prompt [socket] -
{ "name": "Prompt", "description": "Constant value for Prompt [prompt]", "group": "Automation", "category": "Constants", "icon": "prompt" }
[
role
: constant]
[
type
: prompt]
form [socket] -
{ "name": "Form", "description": "Constant value for Form [form]", "group": "Application", "category": "Constants", "icon": "form" }
[
role
: constant]
[
type
: form]
outlet [socket] -
{ "name": "Outlet", "description": "Constant value for Outlet [outlet]", "group": "Application", "category": "Constants", "icon": "outlet" }
[
role
: constant]
[
type
: outlet]
renderer [socket] -
{ "name": "Renderer", "description": "Constant value for Renderer [renderer]", "group": "Application", "category": "Constants", "icon": "renderer" }
[
role
: constant]
[
type
: renderer]
button [socket] -
{ "name": "Button", "description": "Constant value for Button [button]", "group": "Application", "category": "Constants", "icon": "button" }
[
role
: constant]
[
type
: button]
debounce [socket] -
{ "name": "Debounce", "description": "Constant value for Debounce [debounce]", "group": "Application", "category": "Constants", "icon": "debounce" }
[
role
: constant]
[
type
: debounce]
throttle [socket] -
{ "name": "Throttle", "description": "Constant value for Throttle [throttle]", "group": "Application", "category": "Constants", "icon": "throttle" }
[
role
: constant]
[
type
: throttle]
memo [socket] -
{ "name": "Memo", "description": "Constant value for Memo [memo]", "group": "Application", "category": "Constants", "icon": "memo" }
[
role
: constant]
[
type
: memo]
error [socket] -
{ "name": "Error", "description": "Constant value for Error [error]", "group": "Application", "category": "Constants", "icon": "error" }
[
role
: constant]
[
type
: error]
log [socket] -
{ "name": "Log", "description": "Constant value for Log [log]", "group": "Application", "category": "Constants", "icon": "log" }
[
role
: constant]
[
type
: log]
route [socket] -
{ "name": "Route", "description": "Constant value for Route [route]", "group": "Application", "category": "Constants", "icon": "route" }
[
role
: constant]
[
type
: route]
frame [socket] -
{ "name": "Frame", "description": "Constant value for Frame [frame]", "group": "Application", "category": "Constants", "icon": "frame" }
[
role
: constant]
[
type
: frame]
loop [socket] -
{ "name": "Loop", "description": "Constant value for Loop [loop]", "group": "Application", "category": "Constants", "icon": "loop" }
[
role
: constant]
[
type
: loop]
tick [socket] -
{ "name": "Tick", "description": "Constant value for Tick [tick]", "group": "Application", "category": "Constants", "icon": "tick" }
[
role
: constant]
[
type
: tick]
typescript [socket] -
{ "name": "TypeScript", "description": "Constant value for TypeScript [typescript]", "group": "Source", "category": "Constants", "icon": "typescript" }
[
role
: constant]
[
type
: typescript]
[
default
: "return { result: new Date().toISOString() };"]
javascript [socket] -
{ "name": "JavaScript", "description": "Constant value for JavaScript [javascript]", "group": "Source", "category": "Constants", "icon": "javascript" }
[
role
: constant]
[
type
: javascript]
[
default
: "return { result: new Date().toISOString() };"]
markdown [socket] -
{ "name": "Markdown", "description": "Constant value for Markdown [markdown]", "group": "Source", "category": "Constants", "icon": "markdown" }
[
role
: constant]
[
type
: markdown]
html [socket] -
{ "name": "HTML", "description": "Constant value for HTML [html]", "group": "Source", "category": "Constants", "icon": "html" }
[
role
: constant]
[
type
: html]
FlowTrot