MCPcopy Create free account
hub / github.com/github/awesome-copilot / OpenCardDetailsRequest

Interface OpenCardDetailsRequest

website/src/scripts/modal.ts:457–468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

455let pluginsCache: PluginsData | null = null;
456
457interface OpenCardDetailsRequest {
458 title: string;
459 description: string;
460 previewIcon?: string;
461 previewText?: string;
462 metaHtml?: string;
463 tagsHtml?: string;
464 actionsHtml?: string;
465 detailsHtml?: string;
466 contentClassName?: string;
467 trigger?: HTMLElement;
468}
469
470/**
471 * Get all focusable elements within a container

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected