Sfoglia il codice sorgente

Docs: Added missing view docs.

Oskar Wróbel 7 anni fa
parent
commit
8a3b5a978f

+ 4 - 0
packages/ckeditor5-ui/src/toolbar/block/view/blockbuttonview.js

@@ -15,6 +15,10 @@ const toPx = toUnit( 'px' );
 /**
  * The block button view class.
  *
+ * This view represents button that will be attached next to block element where the selection is placed.
+ *
+ * See {@link module:ui/toolbar/block/blocktoolbar~BlockToolbar}.
+ *
  * @extends {module:ui/button/buttonview~ButtonView}
  */
 export default class BlockButtonView extends ButtonView {