Returns the names of objects created by a node.


## Description

It takes 1 arguments.

`objectNames(input_index_or_node_path)`

- `input_index_or_node_path` the path to a node, or input index

## Usage

- `objectNames(0)` - returns the names of objects in the input node.
- `objectNames('/geo/merge1')` - returns the names of objects in the node /geo/merge1

