Interface

FindAndReplaceConfig (find-and-replace)

@ckeditor/ckeditor5-find-and-replace/src/findandreplaceconfig

interface

The configuration of the find and replace feature. The option is used by the FindAndReplace feature.

ClassicEditor
  .create( {
    findAndReplace: ... // Find and replace feature config.
  } )
  .then( ... )
  .catch( ... );

See all editor options.

Filtering

Properties

  • uiType : 'dialog' | 'dropdown' | undefined

    The type of the find and replace UI opened by the 'findAndReplace' button registered in the editor's component factory

    The default value is 'dialog'.