通过指定的选项创建 TextSelectTool。

interface Options {
    doc: DocType;
    [key: string]: any;
}

Indexable

  • [key: string]: any

Properties

Properties

doc: DocType

输入的 doc 对象。