PERFORM_DOCUMENT_EDITOR_ACTION

val PERFORM_DOCUMENT_EDITOR_ACTION: String = "perform_document_editor_action"

Perform document editor action event. This signifies that the user performed an action inside the document editor. Params:

  • ACTION (String). Name of the action performed. Actions are: undo, redo, insert_new_page, remove_selected_pages, rotate_selected_pages, duplicate_selected_pages, export_selected_pages, save_document.
  • VALUE (String). Additional information describing the action (for example affected page indexes).