提交 a01815c1 编写于 作者: J Johannes Rieken

💄 update jsdoc

上级 44a62166
......@@ -164,8 +164,8 @@ export interface IContentWidget {
beforeRender?(): editorCommon.IDimension | null;
/**
* Optional function that is invoked after rendering the content
* widget. The arguments are the actual dimensions and the selected
* position preference.
* widget. Is being invoked with the selected position preference
* or `null` if not rendered.
*/
afterRender?(position: ContentWidgetPositionPreference | null): void;
}
......
......@@ -4254,8 +4254,8 @@ declare namespace monaco.editor {
beforeRender?(): IDimension | null;
/**
* Optional function that is invoked after rendering the content
* widget. The arguments are the actual dimensions and the selected
* position preference.
* widget. Is being invoked with the selected position preference
* or `null` if not rendered.
*/
afterRender?(position: ContentWidgetPositionPreference | null): void;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册