MCPcopy Create free account
hub / github.com/bea4dev/ShojiWM / pendingInputConfigPayload

Function pendingInputConfigPayload

tools/decoration-runtime.ts:860–863  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

858 serialized?: unknown;
859 transform?: WindowTransform;
860 managedWindow?: ManagedWindowState;
861 windowEffects?: WindowEffectAssignment | null;
862 effectTargetId?: string;
863 dirtyWindowIds: string[];
864 dirtyManagedWindowIds?: string[];
865 dirtyWindowNodeIds?: Record<string, string[]>;
866 actions: RuntimeWindowAction[];

Callers 1

mainFunction · 0.85

Calls 1

takePendingInputConfigFunction · 0.90

Tested by

no test coverage detected