# ICategorizable

> Generic class to tag elements as categorizable by the CategorizationExtensions.SortByCategory.

## Definition

* **Type:** Interface
* **Namespace:** [UnityEditor.Categorization](/engine/6000.5/script-reference/unityeditor/categorization.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public interface ICategorizable
```

## Properties

| Property                                                                                  | Description              |
| ----------------------------------------------------------------------------------------- | ------------------------ |
| [type](/engine/6000.5/script-reference/unityeditor/categorization/icategorizable/type.md) | The type of the element. |
