Skip to content

IDimension

原文链接

https://microsoft.github.io/monaco-editor/docs.html#interfaces/editor.IDimension.html

ts
interface IDimension {
    height: number;
    width: number;
}

height

  • 类型: number

width

  • 类型: number