# setObjectAtt

## Description

Allows users to set the attribute/property value of an object.

## Input / Parameter

| Name   | Description                                | Input Type  | Default | Options | Required |
| ------ | ------------------------------------------ | ----------- | ------- | ------- | -------- |
| object | The object to set the attribute.           | Object      | -       | -       | Yes      |
| attr   | The name of the attribute to be updated.   | String/Text | -       | -       | Yes      |
| value  | The value to be assigned to the attribute. | Any         | -       | -       | Yes      |

## Output

N/A

Note: It will update the object, you can use object 'objectAttr' function to see the changes.

## Callback

N/A

## Video

Coming soon.

## Example

Coming soon.

### Steps

Coming soon.

### Result

Coming soon.

## Links
