MCPcopy
hub / github.com/midrender/revideo / Panel

Interface Panel

packages/ui/src/contexts/panels.tsx:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import {useApplication} from './application';
9
10interface Panel {
11 current: ReadonlySignal<string | null>;
12 isHidden: ReadonlySignal<boolean>;
13 set(value: string | null): void;
14}
15
16interface Panels {
17 sidebar: Panel;

Callers 8

imageMethod · 0.65
getIdMapFunction · 0.65
getFrameFunction · 0.65
writeMethod · 0.65
registerNodeMethod · 0.65
constructorMethod · 0.65
tweenerMethod · 0.65
findUniqueFunction · 0.65

Implementers 2

CodeBlockpackages/2d/src/lib/components/CodeBlo
SignalContextpackages/core/src/signals/SignalContex

Calls

no outgoing calls

Tested by

no test coverage detected