Kind: Function
Source: atloria-monorepo/apps/web/src/components/Viewer/captionRules.ts
Decide whether an image's alt text is a meaningful
Signature
tsfunction deriveCaption(alt: string, documentTitle: string): string | null
Parameters
| Name | Type |
|---|---|
alt | string |
documentTitle | string |
Returns: string | null
Was this page helpful?