Options
All
  • Public
  • Public/Protected
  • All
Menu

HiddenPropertyPlugin helps editor to maintain hidden properties in DOM after editor content is reset using HTML

Hierarchy

  • HiddenPropertyPlugin

Implements

Index

Constructors

constructor

Methods

dispose

  • dispose(): void

getName

  • getName(): string

initialize

  • initialize(editor: IEditor): void
  • The first method that editor will call to a plugin when editor is initializing. It will pass in the editor instance, plugin should take this chance to save the editor reference so that it can call to any editor method or format API later.

    Parameters

    • editor: IEditor

      The editor object

    Returns void

onPluginEvent

Generated using TypeDoc