| Name | Description | | NascentError | Nondescript error message for handling internal errors. |
| NascentException | Universal exception for processing errors while running scripts. |
| NascentPermissions | Contains all permissions associated with a database resource. |
| NascentTableColumn | Represents a column in a NascentTable. |
| NascentTableRefineOptions | Contains info dictating how content displayed on a table should be sorted. |
| NascentUser | Represents a user account. |
| NascentWarning | User-friendly exception for returning validation errors and end-user issues. |
| Name | Description | | NascentPermissionSet | Map containing explicit user permissions for a database object. |
| NascentSerializationMap | Map used for serializing data for server interactions. |
| NascentTableContentDelegate | Callback used to generate the content of table cells. |
| NascentTableItemQuery | Asynchronously loads in a list of items to display in a NascentTable. |
| Name | Description | | NascentPermissionsPanel | Panel that manages user permission assignments. |
| NascentTable | Dynamically displays a list of objects. |
| Name | Description | | NascentProcessor | Manages asynchronous application activity |
| NascentTableController | Controller for managing content and functionality for a NascentTable instance. |
| NascentUserManager | Manages authentication and back-end interaction related to user accounts. |