Implement BooleanWidget.onClick (#479)

This commit is contained in:
Chenlei Hu
2025-02-08 12:45:51 -05:00
committed by GitHub
parent 9b29860f47
commit fcc09c075d
4 changed files with 66 additions and 14 deletions

View File

@@ -16,7 +16,7 @@ import type {
Size,
} from "./interfaces"
import type { LGraph } from "./LGraph"
import type { IWidget, TWidgetValue } from "./types/widgets"
import type { IBaseWidget, IWidget, TWidgetValue } from "./types/widgets"
import type { ISerialisedNode } from "./types/serialisation"
import type { LGraphCanvas } from "./LGraphCanvas"
import type { CanvasMouseEvent } from "./types/events"