Appearance
AtMonacoDiffEditor
沈孟平
最后更新于 2025-11-18 14:57:11
一个有过两次需求的组件,给它一个未来吧~
代码演示
基础示例
API
AtMonacoDiffEditor Props
| 名称 | 类型 | 默认值 | 说明 | 版本 |
|---|---|---|---|---|
| options | IStandaloneDiffEditorConstructionOptions | undefined | 创建编辑器实例的选项 | |
| origin-val | string | undefined | 原始的数据 | |
| modified-val | string | undefined | 修改的数据 | |
| language | string | 'json' | 编辑器的语言 |
AtMonacoDiffEditor Expose
| 名称 | 类型 | 说明 | 版本 |
|---|---|---|---|
| editor-inst | editor.IStandaloneDiffEditor | null | 编辑器的实例 | v0.12.25 |