Files
noodl-docs/nodes/data/object/create-new-object/README.md
Eric Tuvesson 656e5fc8d2 chore: Upgrade Docusaurus from v2 to v3 (#52)
* chore: Upgrade Docusaurus from v2 to v3

* chore: Update "Test build" GH workflow

* fix: build

All markdown is processed as MDX

* fix: Broken links
2024-01-12 16:53:22 +01:00

2.0 KiB

hide_title, hide_table_of_contents, title
hide_title hide_table_of_contents title
true true Create New Object node

{/##head##/}

Create New Object

The node can be used to create a fresh new Object.

You can provide any number of properties with values for your new Object. When the Done signal is sent the Object is created and you can perform other actions using the Object.

{/##head##/}

Inputs

@include "../_properties.md"

Signal Description
Do {/##input:do##/}Send a signal in this input to create the new Object with the provided properties.{/##input##/}

Outputs

Data Description
Id {/##output:id##/}The Id of the newly created object, this output is valid only when the Done signal has been sent.{/##output##/}
Signal Description
Done {/##output:done##/}A signal is sent on this output when the Object have been created.{/##output##/}