Options
All
  • Public
  • Public/Protected
  • All
Menu

代码编辑器接口

Hierarchy

  • ICodeEditor

Implemented by

Index

Properties

Methods

Properties

page

Methods

dispose

  • dispose(): void
  • 释放编辑器

    Returns void

focus

  • focus(): void
  • 得到焦点

    Returns void

getValue

  • getValue(): string
  • 得到编辑器的值

    Returns string

    编辑器的值

insert

  • insert(s: string): void
  • 插入字符串

    Parameters

    • s: string

      字符串

    Returns void

setValue

  • setValue(v: string): void
  • 设置编辑器的值

    Parameters

    • v: string

      编辑器的值

    Returns void

Generated using TypeDoc