@@ -27,7 +27,7 @@ export declare class DialogRendererMixinClass {
2727 * and the elements created by the renderer will be placed next to
2828 * each other, with the title coming first.
2929 *
30- * When `headerTitle` is set, the attribute `has-title` is added to the overlay element .
30+ * When `headerTitle` is set, the attribute `has-title` is set on the dialog .
3131 * @attr {string} header-title
3232 */
3333 headerTitle : string | null | undefined ;
@@ -43,7 +43,7 @@ export declare class DialogRendererMixinClass {
4343 * and the elements created by the renderer will be placed next to
4444 * each other, with the title coming first.
4545 *
46- * When `headerRenderer` is set, the attribute `has-header` is added to the overlay element .
46+ * When `headerRenderer` is set, the attribute `has-header` is set on the dialog .
4747 */
4848 headerRenderer : DialogRenderer | null | undefined ;
4949
@@ -54,7 +54,7 @@ export declare class DialogRendererMixinClass {
5454 * - `root` The root container DOM element. Append your content to it.
5555 * - `dialog` The reference to the `<vaadin-dialog>` element.
5656 *
57- * When `footerRenderer` is set, the attribute `has-footer` is added to the overlay element .
57+ * When `footerRenderer` is set, the attribute `has-footer` is set on the dialog .
5858 */
5959 footerRenderer : DialogRenderer | null | undefined ;
6060
0 commit comments