AppCard
Use the AppCard
component to create a representation of an app. A rendered app
card consists of an app name, a description, the app icon, and a link to the
app.
AppCardProps
extends
, , , ,
Name | Type | Default | Description |
---|---|---|---|
title | - | The title of the app described by the card. | |
icon | - | The svg icon shown in the AppCard. |
AppLinkProps
extends
, , ,
Name | Type | Default | Description |
---|---|---|---|
appId | - | The ID of the app to which the link points. | |
pageToken? | - | ID of the app page to be launched. | |
onClick? | (event: .<, >) => | - | Function to handle click events on the AppLink. |
Still have questions?
Find answers in the Dynatrace Community