@types/ckeditor__ckeditor5-link

  • Version 32.0.4
  • Published
  • 19.2 kB
  • 7 dependencies
  • MIT license

Install

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

Overview

TypeScript definitions for @ckeditor/ckeditor5-link

Index

Classes

class AutoLink extends Plugin {}

    property pluginName

    static readonly pluginName: string;

      property requires

      static readonly requires: [any];

        method afterInit

        afterInit: () => void;

          method init

          init: () => void;
            class Link extends Plugin {}
            • The link plugin.

              This is a "glue" plugin that loads the and .

            property pluginName

            static readonly pluginName: string;

              property requires

              static readonly requires: [typeof LinkEditing, typeof LinkUI, typeof AutoLink];

                class LinkEditing

                class LinkEditing extends Plugin {}

                  property pluginName

                  static readonly pluginName: string;

                    property requires

                    static readonly requires: [any, any, any];

                      method init

                      init: () => void;

                        class LinkImage

                        class LinkImage extends Plugin {}

                          property pluginName

                          static readonly pluginName: string;

                            property requires

                            static readonly requires: [typeof LinkImageEditing, typeof LinkImageUI];

                              class LinkImageEditing

                              class LinkImageEditing extends Plugin {}

                                property pluginName

                                static readonly pluginName: string;

                                  property requires

                                  static readonly requires: [any, any, typeof LinkEditing];

                                    method init

                                    init: () => void;

                                      class LinkImageUI

                                      class LinkImageUI extends Plugin {}

                                        property pluginName

                                        static readonly pluginName: string;

                                          property requires

                                          static readonly requires: [typeof LinkEditing, typeof LinkUI, any];

                                            method init

                                            init: () => void;

                                              class LinkUI

                                              class LinkUI extends Plugin {}

                                                property actionsView

                                                readonly actionsView: LinkActionsView;

                                                  property formView

                                                  readonly formView: LinkFormView;

                                                    property pluginName

                                                    static readonly pluginName: string;

                                                      property requires

                                                      static readonly requires: [any];

                                                        method destroy

                                                        destroy: () => void;

                                                          method init

                                                          init: () => void;

                                                            Package Files (8)

                                                            Dependencies (7)

                                                            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-link.

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