跳到主要内容

Enumeration: EditorType

Defined in: enums/index.ts:60

The available types of editor interface.

Enumeration Members

Desktop

Desktop: "desktop"

Defined in: enums/index.ts:62

The desktop editor optimized to access the document from a desktop or laptop computer.


Embedded

Embedded: "embedded"

Defined in: enums/index.ts:64

The embedded editor specifically formed to be easily embedded into a web page.


Mobile

Mobile: "mobile"

Defined in: enums/index.ts:66

The mobile editor optimized to access the document from a tablet or a smartphone.