File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
invokeai/frontend/web/src/features/controlLayers/konva Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -680,4 +680,20 @@ export class CanvasStateApiModule extends CanvasModuleBase {
680680 * Whether the shift key is currently pressed.
681681 */
682682 $shiftKey = $shift ;
683+
684+ repr = ( ) => {
685+ return {
686+ id : this . id ,
687+ type : this . type ,
688+ path : this . path ,
689+ $filteringAdapter : this . $filteringAdapter . get ( ) ?. entityIdentifier ,
690+ $isFiltering : this . $isFiltering . get ( ) ,
691+ $transformingAdapter : this . $transformingAdapter . get ( ) ?. entityIdentifier ,
692+ $isTransforming : this . $isTransforming . get ( ) ,
693+ $rasterizingAdapter : this . $rasterizingAdapter . get ( ) ?. entityIdentifier ,
694+ $isRasterizing : this . $isRasterizing . get ( ) ,
695+ $segmentingAdapter : this . $segmentingAdapter . get ( ) ?. entityIdentifier ,
696+ $isSegmenting : this . $isSegmenting . get ( ) ,
697+ } ;
698+ } ;
683699}
You can’t perform that action at this time.
0 commit comments