Skip to main content

App Name (required)


This option is required. It is used to identify your application in Nexys dashboard. You enter appName while creating a new project in Nexys dashboard and this name need to be unique.

OptionTypeDefault
appNamestring""

Example

const nexys = new Nexys(
"API_KEY",
{ appName: "APP_NAME" }
);