Adding link support to infobox. (#18876)

This commit is contained in:
Aasim Khan
2022-04-11 20:39:41 -07:00
committed by GitHub
parent 170950dca8
commit dd2d6e0b5c
12 changed files with 178 additions and 19 deletions

View File

@@ -22,7 +22,8 @@ export enum ComponentEventType {
onCellAction,
onEnterKeyPressed,
onInput,
onComponentLoaded
onComponentLoaded,
onChildClick
}
/**