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

Function pendingProcessConfigPayload

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

Source from the content-addressed store, hash-verified

829 from?: number;
830 to: number;
831 duration: number;
832 easing: RuntimeManagedWindowAnimationEasing;
833 mode: "override" | "add" | "sub" | "multiply";
834 };
835}
836
837interface RuntimeManagedWindowRect {
838 x: number;
839 y: number;
840 width: number;
841 height: number;

Callers 1

mainFunction · 0.85

Calls 1

takePendingProcessConfigFunction · 0.90

Tested by

no test coverage detected