UNPKG

hadron-document

Version:
24 lines 902 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.DocumentEvents = void 0; /** * The event constant. */ exports.DocumentEvents = { Cancel: 'Document::Cancel', Expanded: 'Document::Expanded', Collapsed: 'Document::Collapsed', VisibleElementsChanged: 'Document::VisibleElementsChanged', EditingStarted: 'Document::EditingStarted', EditingFinished: 'Document::EditingFinished', MarkedForDeletion: 'Document::MarkedForDeletion', DeletionFinished: 'Document::DeletionFinished', UpdateStarted: 'Document::UpdateStarted', UpdateSuccess: 'Document::UpdateSuccess', UpdateBlocked: 'Document::UpdateBlocked', UpdateError: 'Document::UpdateError', RemoveStarted: 'Document::RemoveStarted', RemoveSuccess: 'Document::RemoveSuccess', RemoveError: 'Document::RemoveError', }; //# sourceMappingURL=document-events.js.map