Skip to content

onDidCreateModel

原文链接

https://microsoft.github.io/monaco-editor/docs.html#functions/editor.onDidCreateModel.html

  • 语法:onDidCreateModel(listener): IDisposable

  • 参数:listener: ((model) => void)

  • 返回值:IDisposable:IDisposable

  • 描述:当model创建之后触发。