@comfyorg/comfyui-frontend-types 1.28.1 → 1.28.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -6249,6 +6249,7 @@ export declare class ComfyApp {
|
|
|
6249
6249
|
* @default 0,0
|
|
6250
6250
|
*/
|
|
6251
6251
|
readonly pos: Point;
|
|
6252
|
+
readonly size?: Size;
|
|
6252
6253
|
/** true if this object is part of the selection, otherwise false. */
|
|
6253
6254
|
selected?: boolean;
|
|
6254
6255
|
/** See {@link IPinnable.pinned} */
|