InstallApp
Components
InstallApp()
InstallApp(
props
,context
?):ReactNode
Parameters
Parameter | Type |
---|---|
props | InstallAppProps |
context ? | any |
Returns
ReactNode
Source
libs/design-system-components/src/components/InstallApp/index.tsx:32
Props
InstallAppProps
InstallAppProps:
object
Type declaration
Member | Type |
---|---|
action | object |
action.label | string |
action.onClick | () => void |
appName | string |
progressInfo | string |
status | "in-progress" | "error" | "complete" |
title | string |
Source
libs/design-system-components/src/components/InstallApp/index.tsx:13