Skip to content

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.

AppIconRequired

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.


AppNameRequired

AppName interface{}
  • Type: interface{}

Property appName: The application name.


AppWorkspaceIdRequired

AppWorkspaceId interface{}
  • Type: interface{}

Property appWorkspaceId: Workspace ID of application, The application belongs to the workspace.


TemplateRequired

Template interface{}
  • Type: interface{}

Property template: Application Template.


AppDescriptionOptional

AppDescription interface{}
  • Type: interface{}

Property appDescription: Description of application.


AppTypeOptional

AppType interface{}
  • Type: interface{}

Property appType: The application type.

Web applications and Copilot applications are supported.

  • Web:Web application.
  • Copilot:Copilot application.