@tinymce/tinymce-react

  • Version 5.0.1
  • Published
  • 99.9 kB
  • 2 dependencies
  • MIT license

Install

npm i @tinymce/tinymce-react
yarn add @tinymce/tinymce-react
pnpm add @tinymce/tinymce-react

Overview

Official TinyMCE React Component

Index

Classes

class Editor

class Editor extends React.Component<IAllProps> {}

constructor

constructor(props: Partial<IAllProps>);

    property defaultProps

    static defaultProps: Partial<IAllProps>;

      property editor

      editor?: TinyMCEEditor;

        property propTypes

        static propTypes: IEditorPropTypes;

          method componentDidMount

          componentDidMount: () => void;

            method componentDidUpdate

            componentDidUpdate: (prevProps: Partial<IAllProps>) => void;

              method componentWillUnmount

              componentWillUnmount: () => void;

                method render

                render: () => React.ReactElement<
                { ref: React.RefObject<HTMLElement>; id: string },
                any
                >;

                  Interfaces

                  interface IAllProps

                  interface IAllProps extends Partial<IProps>, Partial<IEvents> {}

                    Package Files (2)

                    Dependencies (2)

                    Dev Dependencies (35)

                    Peer Dependencies (2)

                    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/@tinymce/tinymce-react.

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