> For the complete documentation index, see [llms.txt](https://docs.emobiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.emobiq.com/emobiq-client/006-actions-and-visual-logic/action-reference/cordova/array/newobject.md).

# newObject

## Description

Create a new object.

## Input / Parameter

| Name | Description                   | Input Type  | Default | Options | Required |
| ---- | ----------------------------- | ----------- | ------- | ------- | -------- |
| var  | The name of the empty object. | String/Text | -       | -       | Yes      |

## Output?

N/A

Note: This stores an empty object in a new variable.

### Object

| Key      | Description       | Output Type |
| -------- | ----------------- | ----------- |
| filePath | The base64 value. | String      |

## Callback

N/A

## Video

Coming Soon.

## Example

Coming Soon.

### Steps

Coming Soon.

### Result

Coming Soon.

## Links
