# PluginType

## Content

# Type Alias: PluginType

```ts
type PluginType = "rotation" | "paintTools" | "pageTools" | "imageFilters";
```

Defines the list of officially supported plugin types for the `DsImageViewer`. These plugins extend the viewer’s functionality and are maintained internally. Custom or third-party plugin types are not supported.
