AppList
Components
AppList()
AppList(
props
,context
?):ReactNode
Component that renders a list of apps
Parameters
Parameter | Type |
---|---|
props | AppListProps |
context ? | any |
Returns
ReactNode
Source
libs/design-system-components/src/components/AppList/index.tsx:40
Props
App
App:
object
Type declaration
Member | Type |
---|---|
action | ReactNode |
applicationType | AkashaAppApplicationType |
description | string |
displayName | string |
logoImage | AppImageSource |
name | string |
Source
libs/design-system-components/src/components/AppList/index.tsx:18
AppListProps
AppListProps:
object
Type declaration
Member | Type |
---|---|
apps | App [] |
onLoadMore | () => Promise <unknown > |
showAppTypeIndicator | boolean |
Source
libs/design-system-components/src/components/AppList/index.tsx:27