hadron-document
Version:
Hadron Document
17 lines • 650 B
TypeScript
/**
* The event constant.
*/
export declare const ElementEvents: {
readonly Added: "Element::Added";
readonly Edited: "Element::Edited";
readonly Removed: "Element::Removed";
readonly Reverted: "Element::Reverted";
readonly Converted: "Element::Converted";
readonly Invalid: "Element::Invalid";
readonly Valid: "Element::Valid";
readonly Expanded: "Element::Expanded";
readonly Collapsed: "Element::Collapsed";
readonly VisibleElementsChanged: "Element::VisibleElementsChanged";
};
export type ElementEventsType = typeof ElementEvents[keyof typeof ElementEvents];
//# sourceMappingURL=element-events.d.ts.map