# Get CSS Property

## Overview

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

The **Get CSS Property Node** returns 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 Get CSS Property Node Attributes.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-8c4ae3dd3878a75345c79da591ddbc1e46a739eb%2Fgetcsspropertyatts.png?alt=media)

| Attribute | Type       | Description                                                                              |
| --------- | ---------- | ---------------------------------------------------------------------------------------- |
| `Name`    | **String** | The name of the property to be returned, 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 returned.                       |
| `Name`            | **String**   | The name of the property whose value will be returned.                |

## 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. |
| `Value`            | **String** | The value of the property to be returned.                                                                                              |

## See Also

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

## External Links

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