Add event when readonly changes (#160)

* Add even when readonly is changed

* Swap to ts private instead of es
This commit is contained in:
pythongosssss
2024-09-27 14:41:10 +09:00
committed by GitHub
parent 70ca8b7c21
commit 1c6f04f1db
2 changed files with 16 additions and 1 deletions

View File

@@ -1393,6 +1393,7 @@ export declare class LGraphCanvas {
graph_mouse: Vector2;
pointer_is_down?: boolean;
read_only: boolean;
/** clears all the data inside */
clear(): void;