Options
All
  • Public
  • Public/Protected
  • All
Menu

Options to create a Mendix app.

Hierarchy

  • ICreateNewAppOptions

Index

Properties

image?: string

Base64 encoded data of a app image (height and width between 200 and 400 px, maximum size 5 MB)

summary?: string

Short description of the app

templateDownloadURL?: string

Note: This parameter is deprecated and the server currently ignores this field

URL of the download location of the app template package file (mpk). If the template package is private, this URL must be authenticated with a signature.

templateId?: string

UUID of the app template the app should be based on. If left blank the app will be created using the standard blank app template in the latest Mendix version.

When templateId is not set, the default Blank App is used for app initialization.

Generated using TypeDoc