The options object required by Application.start Application.start.
The following options are required:
uuid is required in the app manifest as well as by Application.start Application.start
name is optional in the app manifest but required by Application.start Application.start
url is optional in both the app manifest Application.start Application.start and but is usually given
(defaults to "about:blank" when omitted).
This jsdoc typedef mirrors the ApplicationOption TypeScript interface in @types/openfin.
IMPORTANT NOTE:
This object inherits all the properties of the window creation Window~options options object,
which will take priority over those of the same name that may be provided in mainWindowOptions.
The options object required by Application.start Application.start.
The following options are required:
uuid
is required in the app manifest as well as by Application.start Application.startname
is optional in the app manifest but required by Application.start Application.starturl
is optional in both the app manifest Application.start Application.start and but is usually given (defaults to"about:blank"
when omitted).This jsdoc typedef mirrors the
ApplicationOption
TypeScript interface in@types/openfin
.IMPORTANT NOTE: This object inherits all the properties of the window creation Window~options options object, which will take priority over those of the same name that may be provided in
mainWindowOptions
.