Enums
Enumerations for actions, component types, events, file types, security permissions, room types and other SDK-wide constants.
Import and use these typed constants in place of raw strings throughout your plugin.
Overview
Available enumerations:
| Enum | Description |
|---|---|
Actions | A collection of events that will be processed on the portal side. |
Components | Defines the available UI component. |
Devices | Defines the supported device types. |
Events | Defines the supported event types for the plugin system. |
Files | Enumerations for file types, supported extensions, and security permissions. |
Plugins | Enumerations for plugin status and supported locales. |
Rooms | Enumerations for DocSpace room types and search scopes. |
Security | Defines the supported room/folder security parameters. |
SelectorType | Defines the types of selector components that can be rendered. |
UsersType | Defines the supported user types. |
FilterType | Enum for filter type used in file selectors. |