MCPcopy
hub / github.com/CesiumGS/cesium / ApiKeyDialogProps

Interface ApiKeyDialogProps

packages/sandcastle/src/copilot/ApiKeyDialog.tsx:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30interface ApiKeyDialogProps {
31 open: boolean;
32 onClose: () => void;
33 onSuccess: () => void;
34}
35
36export function ApiKeyDialog({ open, onClose, onSuccess }: ApiKeyDialogProps) {
37 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…