Skip to content

Commit

Permalink
Missed a file
Browse files Browse the repository at this point in the history
  • Loading branch information
katherinejensen00 committed Sep 6, 2024
1 parent fc6c1f0 commit 6b1c89e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions lib/papi-dts/papi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ declare module 'shared/models/web-view.model' {
* Defaults to Platform.Bible logo
*/
iconUrl?: string;
/** Name of the tab for the WebView */
/**
* Name of the tab (or a localizeKey for the name that will automatically be localized) for the
* WebView
*/
title?: string | LocalizeKey;
/** Tooltip that is shown when hovering over the webview title */
tooltip?: string;
Expand Down Expand Up @@ -2884,7 +2887,10 @@ declare module 'shared/models/docking-framework.model' {
* Defaults to Platform.Bible logo
*/
tabIconUrl?: string;
/** Text to show on the title bar of the tab */
/**
* Text to show (or a localizeKey that will automatically be localized) on the title bar of the
* tab
*/
tabTitle: string | LocalizeKey;
/** Text to show when hovering over the title bar of the tab */
tabTooltip?: string;
Expand Down

0 comments on commit 6b1c89e

Please sign in to comment.