engine/dev-utils/utils
@ckeditor/ckeditor5-engine/src/dev-utils/utils
Filtering
Functions
-
convertMapToStringifiedObject( map ) → string
module:engine/dev-utils/utils~convertMapToStringifiedObject
Helper function, converts a map to the
{"key1":"value1","key2":"value2"}
format.Parameters
map : Iterable<tuple>
Map to convert.
Returns
string
Converted map.
-
convertMapToTags( map ) → string
module:engine/dev-utils/utils~convertMapToTags
Helper function, converts a map to the 'key1="value1" key2="value1"' format.
Parameters
map : Iterable<tuple>
Map to convert.
Returns
string
Converted map.
-
dumpTrees( document, version ) → void
module:engine/dev-utils/utils~dumpTrees
Helper function that stores the
document
state for a givenversion
.Parameters
document : any
version : any
Returns
void
-
initDocumentDumping( document ) → void
module:engine/dev-utils/utils~initDocumentDumping
-
logDocument( document, version ) → void
module:engine/dev-utils/utils~logDocument
Helper function that logs document for the given version.
Parameters
document : any
version : any
Returns
void
Every day, we work hard to keep our documentation complete. Have you spotted outdated information? Is something missing? Please report it via our issue tracker.
With the release of version 42.0.0, we have rewritten much of our documentation to reflect the new import paths and features. We appreciate your feedback to help us ensure its accuracy and completeness.