Interface

TypingConfig (typing)

@ckeditor/ckeditor5-typing/src/typing

interface

The configuration of the typing features. Used by the typing features in @ckeditor/ckeditor5-typing package.

ClassicEditor
	.create( editorElement, {
		typing: ... // Typing feature options.
	} )
	.then( ... )
	.catch( ... );

See all editor options.

Filtering

Properties