blockComponentDelta top-level constant

String const blockComponentDelta

the delta of the block component

its value is a string of json format, e.g. '{"insert":"Hello World"}' for more information, please refer to https://quilljs.com/docs/delta/

Implementation

const blockComponentDelta = 'delta';