> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nanoforge.eu/llms.txt
> Use this file to discover all available pages before exploring further.

# EditorComponentManifest type

> Manifest for a component to be used in the NanoForge Editor

# EditorComponentManifest

## Summary

Manifest for a component to be used in the NanoForge Editor

## Signature

```typescript theme={null}
type EditorComponentManifest = {
  name: string;
  description?: string;
  params: ECSElement[];
};
```
