Skip to content

ScreenLink

Defined in: packages/core/src/types.ts:11

External link to related resources

label: string

Defined in: packages/core/src/types.ts:17

Display label for the link

"Figma Design"
"Storybook"

optional type: ScreenLinkType

Defined in: packages/core/src/types.ts:30

Type of link for icon display If not specified, the type is inferred from the URL

"figma"
"storybook"

url: string

Defined in: packages/core/src/types.ts:23

URL to the external resource

"https://figma.com/file/..."
"https://storybook.example.com/?path=/story/billing-invoice"