# TypeId()

> Retrieves the type ID for this event instance.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.UIElements](/engine/6000.7/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
public static long TypeId()
```

### Returns

| Type                                                        | Description  |
| ----------------------------------------------------------- | ------------ |
| [long](https://learn.microsoft.com/dotnet/api/system.int64) | The type ID. |
