# Set CSS Property

## Overview

![The Set CSS Property Node.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-f813c50354d6df368cf78886dc971ab87a2c034c%2Fsetcsspropertynode.png?alt=media)

The **Set CSS Property Node** sets the value of a single *CSS* property of an **Object** provided by the user.

[**Scope**](https://docs.incari.com/incari-studio/2023.2/overview#scopes): **Scene**, **Function**, **Prefab**.

## Attributes

![The Set CSS Property Node Attributes.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-0dbb95b6032cd3d98d59c07e0072149ca5086b54%2Fsetcsspropertyatts.png?alt=media)

| Attribute | Type       | Description                                                                          |
| --------- | ---------- | ------------------------------------------------------------------------------------ |
| `Name`    | **String** | The name of the property to be set, if one is not provided in the **Input Socket**.  |
| `Value`   | **String** | The value of the property to be set, if one is not provided in the **Input Socket**. |

## Inputs

| Input             | Type         | Description                                                           |
| ----------------- | ------------ | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Object ID`       | **ObjectID** | The **Object** whose property will be set.                            |
| `Name`            | **String**   | The name of the property to be set.                                   |
| `Value`           | **String**   | The value of the property to be set.                                  |

## Outputs

| Output             | Type      | Description                                                                                                                            |
| ------------------ | --------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse** | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |

## See Also

* [**Get CSS Property**](https://docs.incari.com/incari-studio/2023.2/toolbox/incari/object/get-property)

## External Links

* More about *CSS* on [Wikipedia](https://en.wikipedia.org/wiki/CSS)
