| 455 | let pluginsCache: PluginsData | null = null; |
| 456 | |
| 457 | interface 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 |
nothing calls this directly
no outgoing calls
no test coverage detected