Compositions

  • { "name": "Float", "description": "Constant value for Float [float]", "group": "Primitive", "category": "Constants", "icon": "float" }

    [role: constant]

    [type: float]

    [default: 0]

  • { "name": "Integer", "description": "Constant value for Integer [int]", "group": "Primitive", "category": "Constants", "icon": "int" }

    [role: constant]

    [type: int]

    [default: 0]

  • { "name": "Bool", "description": "Constant value for Bool [bool]", "group": "Primitive", "category": "Constants", "icon": "bool" }

    [role: constant]

    [type: bool]

    [default: false]

  • { "name": "String", "description": "Constant value for String [string]", "group": "Primitive", "category": "Constants", "icon": "string" }

    [role: constant]

    [type: string]

    [default: ""]

  • { "name": "Vec2", "description": "Constant value for Vec2 [vec2]", "group": "Primitive", "category": "Constants", "icon": "vec2" }

    [role: constant]

    [type: vec2]

    [default: [0,0]]

  • { "name": "Vec3", "description": "Constant value for Vec3 [vec3]", "group": "Primitive", "category": "Constants", "icon": "vec3" }

    [role: constant]

    [type: vec3]

    [default: [0,0,0]]

  • { "name": "Vec4", "description": "Constant value for Vec4 [vec4]", "group": "Primitive", "category": "Constants", "icon": "vec4" }

    [role: constant]

    [type: vec4]

    [default: [0,0,0,0]]

  • { "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]]]

  • { "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]]]

  • { "name": "OR", "description": "Constant value for OR [or]", "group": "Logic", "category": "Constants", "icon": "or" }

    [role: constant]

    [type: or]

  • { "name": "AND", "description": "Constant value for AND [and]", "group": "Logic", "category": "Constants", "icon": "and" }

    [role: constant]

    [type: and]

  • { "name": "NOT", "description": "Constant value for NOT [not]", "group": "Logic", "category": "Constants", "icon": "not" }

    [role: constant]

    [type: not]

  • { "name": "XOR", "description": "Constant value for XOR [xor]", "group": "Logic", "category": "Constants", "icon": "xor" }

    [role: constant]

    [type: xor]

  • { "name": "Prompt", "description": "Constant value for Prompt [prompt]", "group": "Automation", "category": "Constants", "icon": "prompt" }

    [role: constant]

    [type: prompt]

  • { "name": "Form", "description": "Constant value for Form [form]", "group": "Application", "category": "Constants", "icon": "form" }

    [role: constant]

    [type: form]

  • { "name": "Outlet", "description": "Constant value for Outlet [outlet]", "group": "Application", "category": "Constants", "icon": "outlet" }

    [role: constant]

    [type: outlet]

  • { "name": "Renderer", "description": "Constant value for Renderer [renderer]", "group": "Application", "category": "Constants", "icon": "renderer" }

    [role: constant]

    [type: renderer]

  • { "name": "Button", "description": "Constant value for Button [button]", "group": "Application", "category": "Constants", "icon": "button" }

    [role: constant]

    [type: button]

  • { "name": "Debounce", "description": "Constant value for Debounce [debounce]", "group": "Application", "category": "Constants", "icon": "debounce" }

    [role: constant]

    [type: debounce]

  • { "name": "Throttle", "description": "Constant value for Throttle [throttle]", "group": "Application", "category": "Constants", "icon": "throttle" }

    [role: constant]

    [type: throttle]

  • { "name": "Memo", "description": "Constant value for Memo [memo]", "group": "Application", "category": "Constants", "icon": "memo" }

    [role: constant]

    [type: memo]

  • { "name": "Error", "description": "Constant value for Error [error]", "group": "Application", "category": "Constants", "icon": "error" }

    [role: constant]

    [type: error]

  • { "name": "Log", "description": "Constant value for Log [log]", "group": "Application", "category": "Constants", "icon": "log" }

    [role: constant]

    [type: log]

  • { "name": "Route", "description": "Constant value for Route [route]", "group": "Application", "category": "Constants", "icon": "route" }

    [role: constant]

    [type: route]

  • { "name": "Frame", "description": "Constant value for Frame [frame]", "group": "Application", "category": "Constants", "icon": "frame" }

    [role: constant]

    [type: frame]

  • { "name": "Loop", "description": "Constant value for Loop [loop]", "group": "Application", "category": "Constants", "icon": "loop" }

    [role: constant]

    [type: loop]

  • { "name": "Tick", "description": "Constant value for Tick [tick]", "group": "Application", "category": "Constants", "icon": "tick" }

    [role: constant]

    [type: tick]

  • { "name": "TypeScript", "description": "Constant value for TypeScript [typescript]", "group": "Source", "category": "Constants", "icon": "typescript" }

    [role: constant]

    [type: typescript]

    [default: "return { result: new Date().toISOString() };"]

  • { "name": "JavaScript", "description": "Constant value for JavaScript [javascript]", "group": "Source", "category": "Constants", "icon": "javascript" }

    [role: constant]

    [type: javascript]

    [default: "return { result: new Date().toISOString() };"]

  • { "name": "Markdown", "description": "Constant value for Markdown [markdown]", "group": "Source", "category": "Constants", "icon": "markdown" }

    [role: constant]

    [type: markdown]

  • { "name": "HTML", "description": "Constant value for HTML [html]", "group": "Source", "category": "Constants", "icon": "html" }

    [role: constant]

    [type: html]

FlowTrot