Typedef

ExportInlineStylesTransformation (export-inline-styles)

@ckeditor/ckeditor5-export-inline-styles/src/exportinlinestyles

typedeffunction

The callback function that is called for each element being processed.

Filtering

Parameters

element : HTMLElement

The DOM element being processed.

stylesMap : StylesMap

The map of styles to be applied to the element.

Returns

void