|
@@ -437,10 +437,10 @@ export default function buildModelConverter() {
|
|
|
* can handle virtual selection separately by providing `setVirtualSelection` and `removeVirtualSelection` custom
|
|
* can handle virtual selection separately by providing `setVirtualSelection` and `removeVirtualSelection` custom
|
|
|
* properties.
|
|
* properties.
|
|
|
*
|
|
*
|
|
|
- * @property {String} [class] CSS class that will be added to `span`
|
|
|
|
|
|
|
+ * @property {Number} priority {@link module:engine/view/attributeelement~AttributeElement#priority} of the `span`
|
|
|
|
|
+ * wrapping each text node in the virtual selection.
|
|
|
|
|
+ * @property {String} class CSS class that will be added to `span`
|
|
|
* {@link module:engine/view/attributeelement~AttributeElement} wrapping each text node in the virtual selection.
|
|
* {@link module:engine/view/attributeelement~AttributeElement} wrapping each text node in the virtual selection.
|
|
|
* @property {Object} [attributes] Attributes that will be added to `span`
|
|
* @property {Object} [attributes] Attributes that will be added to `span`
|
|
|
* {@link module:engine/view/attributeelement~AttributeElement} wrapping each text node it the virtual selection.
|
|
* {@link module:engine/view/attributeelement~AttributeElement} wrapping each text node it the virtual selection.
|
|
|
- * @property {Number} [priority] {@link module:engine/view/attributeelement~AttributeElement#priority} of the `span`
|
|
|
|
|
- * wrapping each text node in the virtual selection.
|
|
|
|
|
*/
|
|
*/
|