Skip to content

MarkdownStringTrustedOptions

原文链接

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

ts
interface MarkdownStringTrustedOptions {
    enabledCommands: readonly string[];
}

enabledCommands

  • 类型:readonly string[]