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

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.

When neither templateDownloadURL or templateId are set, the default Blank App is used for app initialization.

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 neither templateDownloadURL or templateId are set, the default Blank App is used for app initialization.

Generated using TypeDoc