File tree Expand file tree Collapse file tree
src/plugins/usage_collection/public/components/track_application_view Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 "lineNumber" : 23
5151 },
5252 "tags" : [
53- " Link" ,
5453 " constructor"
5554 ],
5655 "returnComment" : [],
6362 "type" : " Interface" ,
6463 "label" : " TrackApplicationViewProps" ,
6564 "description" : [
66- " \n Props to provide to the {@Link TrackApplicationView} component."
65+ " \n Props to provide to the {@link TrackApplicationView} component."
6766 ],
6867 "tags" : [
6968 " public"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export const ApplicationUsageContext = createContext<IApplicationUsageTracker |
1717
1818/**
1919 * React component to track the number of clicks and minutes on screen of the children components.
20- * @param props {@Link TrackApplicationViewProps }
20+ * @param props {@link TrackApplicationViewProps }
2121 * @constructor
2222 */
2323export const TrackApplicationView : FC < TrackApplicationViewProps > = ( props ) => {
Original file line number Diff line number Diff line change 99import { ReactNode } from 'react' ;
1010
1111/**
12- * Props to provide to the {@Link TrackApplicationView} component.
12+ * Props to provide to the {@link TrackApplicationView} component.
1313 * @public
1414 */
1515export interface TrackApplicationViewProps {
You can’t perform that action at this time.
0 commit comments