mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-02 22:37:32 +00:00
Export LGraphEventMode (#369)
This commit is contained in:
@@ -74,7 +74,7 @@ export {
|
||||
export { IWidget }
|
||||
export { LGraphBadge, BadgePosition }
|
||||
export { SlotShape, LabelPosition, SlotDirection, SlotType }
|
||||
export { EaseFunction, LinkMarkerShape } from "./types/globalEnums"
|
||||
export { EaseFunction, LinkMarkerShape, LGraphEventMode } from "./types/globalEnums"
|
||||
export type {
|
||||
SerialisableGraph,
|
||||
SerialisableLLink,
|
||||
@@ -131,12 +131,6 @@ export interface LinkReleaseContextExtended {
|
||||
links: ConnectingLink[]
|
||||
}
|
||||
|
||||
/** @deprecated Confirm no downstream consumers, then remove. */
|
||||
export type LiteGraphCanvasEventType =
|
||||
| "empty-release"
|
||||
| "empty-double-click"
|
||||
| "group-double-click"
|
||||
|
||||
export interface LiteGraphCanvasEvent extends CustomEvent<CanvasEventDetail> {}
|
||||
|
||||
export interface LiteGraphCanvasGroupEvent
|
||||
|
||||
Reference in New Issue
Block a user