@types/ckeditor__ckeditor5-heading

  • Version 29.0.3
  • Published
  • 6.51 kB
  • 3 dependencies
  • MIT license

Install

npm i @types/ckeditor__ckeditor5-heading
yarn add @types/ckeditor__ckeditor5-heading
pnpm add @types/ckeditor__ckeditor5-heading

Overview

TypeScript definitions for @ckeditor/ckeditor5-heading

Index

Classes

class Heading

class Heading extends Plugin {}

    property pluginName

    static readonly pluginName: string;

      property requires

      static readonly requires: [typeof HeadingEditing, typeof HeadingUI];

        class HeadingButtonsUI

        class HeadingButtonsUI extends Plugin {}

          method init

          init: () => void;

            class HeadingEditing

            class HeadingEditing extends Plugin {}

              property pluginName

              static readonly pluginName: string;

                property requires

                static readonly requires: [any];

                  method afterInit

                  afterInit: () => void;

                    method init

                    init: () => void;

                      class HeadingUI

                      class HeadingUI extends Plugin {}

                        property pluginName

                        static readonly pluginName: string;

                          method init

                          init: () => void;

                            class Title

                            class Title extends Plugin {}

                              property pluginName

                              static readonly pluginName: string;

                                property requires

                                static readonly requires: [any];

                                  method getBody

                                  getBody: (options?: {
                                  rootName?: string | undefined;
                                  trim?: 'empty' | 'none' | undefined;
                                  }) => string;

                                    method getTitle

                                    getTitle: () => string;

                                      method init

                                      init: () => void;

                                        Package Files (6)

                                        Dependencies (3)

                                        Dev Dependencies (0)

                                        No dev dependencies.

                                        Peer Dependencies (0)

                                        No peer dependencies.

                                        Badge

                                        To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

                                        You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/@types/ckeditor__ckeditor5-heading.

                                        • Markdown
                                          [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/@types/ckeditor__ckeditor5-heading)
                                        • HTML
                                          <a href="https://www.jsdocs.io/package/@types/ckeditor__ckeditor5-heading"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>