Skip to content

Commit cee5585

Browse files
committed
Add missing Events section to Link docs
1 parent b7b605d commit cee5585

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/ui-extensions/src/surfaces/point-of-sale/components/Link/Link.doc.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ const data: ReferenceEntityTemplateSchema = {
1515
'Configure the following properties on the `Link` component.',
1616
type: 'Link',
1717
},
18+
{
19+
title: 'Events',
20+
description:
21+
'The `Link` component provides event callbacks for handling user interactions. Learn more about [handling events](/docs/api/polaris/using-polaris-web-components#handling-events).',
22+
type: 'LinkEvents',
23+
},
1824
],
1925
category: 'Polaris web components',
2026
subCategory: 'Actions',

0 commit comments

Comments
 (0)