Skip to content

Commit

Permalink
added missing hyperlink prop to TableCellProps (Issue #1049)
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbrent committed Feb 26, 2022
1 parent ea353bd commit d6f0505
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/core-interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,7 @@ export interface TableCellProps extends TextBaseProps {
* @example { type:'solid', color:'0088CC', alpha:50 } // ShapeFillProps object with 50% transparent
*/
fill?: ShapeFillProps
hyperlink?: HyperlinkProps
/**
* Cell margin (inches)
* @default 0
Expand Down
1 change: 1 addition & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1592,6 +1592,7 @@ declare namespace PptxGenJS {
* @example { type:'solid', color:'0088CC', alpha:50 } // ShapeFillProps object with 50% transparent
*/
fill?: ShapeFillProps
hyperlink?: HyperlinkProps
/**
* Cell margin (inches)
* @default 0
Expand Down

0 comments on commit d6f0505

Please sign in to comment.