SDK: Types Library

📦 @dotcms/types on npm 🛠️ View source on GitHub

Installation#


npm install @dotcms/types@next --save-dev

Overview#


This package contains TypeScript type definitions for the dotCMS ecosystem. Use it to enable type safety and an enhanced developer experience when working with dotCMS APIs and structured content.

Commonly Used Types#


import {
  DotCMSPageAsset,
  DotCMSPageResponse,
  UVEEventType,
  DotCMSInlineEditingPayload
} from '@dotcms/types';

Type Hierarchy (Jump to Definitions)#


Page Types#

Block Editor Types#

Editor & UVE Types#

Events#

Client Request Types#

About#


This package is maintained as part of the dotCMS core repository.

Keywords#

  • dotcms
  • typescript
  • types
  • cms
  • content-management-system

Found an issue with this documentation? Report it on GitHub