Search results

ServerActionSettings API in Vue DocumentEditor API component

The ServerActionSettings module is used to provide the server action methods of Document Editor.

Properties

canLock

string

Specifies the server action name to lock selected region.

Defaults to ‘CanLock’

getPendingActions

string

Specifies the server action name to pull pending actions.

Defaults to ‘GetPendingActions’

restrictEditing

string

Specifies the restrict editing encryption/decryption action of Document Editor.

Defaults to ‘RestrictEditing’

spellCheck

string

Specifies the spell check action of Document Editor.

Defaults to ‘SpellCheck’

spellCheckByPage

string

Specifies the spell check by page action of Document Editor.

Defaults to ‘SpellCheckByPage’

systemClipboard

string

Specifies the system clipboard action of Document Editor.

Defaults to ‘SystemClipboard’