Skip to content

Commit 98ca064

Browse files
author
Hyunje Jun
committed
Add "defaultAction" to TemplateColumn type
1 parent a0adf6c commit 98ca064

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/types.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1217,6 +1217,10 @@ export type TemplateColumn = {
12171217
* - Max: 60 characters (message with an image or title)
12181218
*/
12191219
text: string;
1220+
/**
1221+
* Action when image is tapped; set for the entire image, title, and text area
1222+
*/
1223+
defaultAction?: Action;
12201224
/**
12211225
* Action when tapped (Max: 3)
12221226
*/

0 commit comments

Comments
 (0)