MCPcopy Create free account
hub / github.com/MankaiHuang/screen-visualization / IZoomModeOption

Interface IZoomModeOption

src/interface/index.tsx:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 allNodeConfig: IAllNodeConfig;
15}
16export interface IZoomModeOption {
17 label: string;
18 value: string;
19}
20export interface IZoomMode {
21 default: string;
22 option: IZoomModeOption;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected