AppProps
Properties for defining a App
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-mobi-app
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkmobi"
&alicloudroscdkmobi.AppProps {
AppIcon: interface{},
AppName: interface{},
AppWorkspaceId: interface{},
Template: interface{},
AppDescription: interface{},
AppType: interface{},
}
Properties
Name | Type | Description |
---|---|---|
AppIcon |
interface{} |
Property appIcon: Application icon label, The system provides an icon by default, which is given in the form of a label. |
AppName |
interface{} |
Property appName: The application name. |
AppWorkspaceId |
interface{} |
Property appWorkspaceId: Workspace ID of application, The application belongs to the workspace. |
Template |
interface{} |
Property template: Application Template. |
AppDescription |
interface{} |
Property appDescription: Description of application. |
AppType |
interface{} |
Property appType: The application type. |
AppIcon
Required
AppIcon interface{}
- Type: interface{}
Property appIcon: Application icon label, The system provides an icon by default, which is given in the form of a label.
The default value is -1.
AppName
Required
AppName interface{}
- Type: interface{}
Property appName: The application name.
AppWorkspaceId
Required
AppWorkspaceId interface{}
- Type: interface{}
Property appWorkspaceId: Workspace ID of application, The application belongs to the workspace.
Template
Required
Template interface{}
- Type: interface{}
Property template: Application Template.
AppDescription
Optional
AppDescription interface{}
- Type: interface{}
Property appDescription: Description of application.
AppType
Optional
AppType interface{}
- Type: interface{}
Property appType: The application type.
Web applications and Copilot applications are supported.
- Web:Web application.
- Copilot:Copilot application.