AppInfo
Components
AppInfo()
AppInfo(
props
,context
?):ReactNode
Parameters
Parameter | Type |
---|---|
props | AppInfoProps |
context ? | any |
Returns
ReactNode
Source
libs/design-system-components/src/components/AppInfo/index.tsx:59
Props
AppInfoProps
AppInfoProps:
AppInfoHeaderProps
&AppInfoNotificationCardsProps
&object
Type declaration
Member | Type |
---|---|
collaboratorsTitle | string |
contactSupportTitle | string |
descriptionBody | string |
descriptionTitle | string |
developers | Developer [] |
developersTitle | string |
documentationLink | string |
documentationTitle | string |
extensionId | string |
extensionIdTitle | string |
galleryTitle | string |
generalInfoTitle | string |
goToVersionInfoPageLabel | string |
languageLabel | string |
languages | string [] |
latestReleaseTitle | string |
license | string |
licenseTitle | string |
onAppDescriptionClick | () => void |
onAppVersionClick | () => void |
onCollaboratorsClick | () => void |
onContactSupportClick | () => void |
onLatestUpdateClick | () => void |
onLicenseClick | () => void |
onPermissionInfoClick | () => void |
onSelectDeveloper | (profileId ) => void |
packageName | string |
packageNameTitle | string |
permissionTitle | string |
readMore | string |
transformSource | (src ) => Image |
versionDate | string |
versionDescription | string |
versionInfo | string |
viewAllGalleryCTA | string |
Source
libs/design-system-components/src/components/AppInfo/index.tsx:20