# Get CSS Class Names

## Overview

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

**Get CSS Class Names Node** returns all the *CSS class names* of the given **Object**. These are in a **String** with a single-space as a separator.

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

## Inputs

| Input             | Type         | Description                                                             |
| ----------------- | ------------ | ----------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**.   |
| `Object ID`       | **ObjectID** | The **Object** for which the user wishes to have all *CSS class names*. |

## 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. |
| `Class Names`      | **String** | The resulting **String** that contains all *CSS class names* of the **Object**.                                                        |

## External Links

* Read for more information on [*CSS Selectors*](https://en.wikipedia.org/wiki/CSS#Selector).
