type

Operation

type Operation string

The operation being authorized and dispatched.

Source core/operation.go:4

OperationCreateOperation
Create a document.
OperationDuplicateOperation
Duplicate a document.
OperationAdminOperation
Authorize admin entry.
OperationReadOperation
Read documents.
OperationReadVersionsOperation
Read version history.
OperationUpdateOperation
Update a document.
OperationDeleteOperation
Delete or trash a document.
OperationRestoreDeletedOperation
Restore a trashed document.
OperationDeletePermanentOperation
Permanently remove a document.
OperationPublishOperation
Publish a document.
OperationUnpublishOperation
Unpublish a document.
OperationUnlockOperation
Take over an editor lock.