Create TextSelectTool by the specified option.

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

Indexable

  • [key: string]: any

Properties

Properties

doc: DocType

The input doc object.