Skip to main content

AppList

Components

AppList()

AppList(props, context?): ReactNode

Component that renders a list of apps

Parameters

ParameterType
propsAppListProps
context?any

Returns

ReactNode

Source

libs/design-system-components/src/components/AppList/index.tsx:40

Props

App

App: object

Type declaration

MemberType
actionReactNode
applicationTypeAkashaAppApplicationType
descriptionstring
displayNamestring
logoImageAppImageSource
namestring

Source

libs/design-system-components/src/components/AppList/index.tsx:18


AppListProps

AppListProps: object

Type declaration

MemberType
appsApp[]
onLoadMore() => Promise<unknown>
showAppTypeIndicatorboolean

Source

libs/design-system-components/src/components/AppList/index.tsx:27