@openfin/core 38.81.31 → 38.81.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/out/mock-alpha.d.ts +8 -5
- package/out/mock-beta.d.ts +8 -5
- package/out/mock-public.d.ts +8 -5
- package/out/mock.d.ts +8 -5
- package/package.json +1 -1
package/out/mock-alpha.d.ts
CHANGED
@@ -1161,9 +1161,14 @@ declare type ApplicationOptions = LegacyWinOptionsInAppOptions & {
|
|
1161
1161
|
*/
|
1162
1162
|
mainWindowOptions: WindowCreationOptions;
|
1163
1163
|
/**
|
1164
|
-
* The name of the application
|
1164
|
+
* The name of the application.
|
1165
1165
|
*
|
1166
|
-
*
|
1166
|
+
* @remarks
|
1167
|
+
* This property is only used for naming the application logging folder, which will be sanitized to remove
|
1168
|
+
* any special characters, spaces or international characters. Otherwise it's not used and it will be overwritten
|
1169
|
+
* during startup with the UUID of the application.
|
1170
|
+
*
|
1171
|
+
* This property will be deprecated in the future.
|
1167
1172
|
*/
|
1168
1173
|
name: string;
|
1169
1174
|
/**
|
@@ -1193,9 +1198,7 @@ declare type ApplicationOptions = LegacyWinOptionsInAppOptions & {
|
|
1193
1198
|
url: string;
|
1194
1199
|
/**
|
1195
1200
|
* The _Unique Universal Identifier_ (UUID) of the application, unique within the set of all other applications
|
1196
|
-
*
|
1197
|
-
*
|
1198
|
-
* Note that `name` and `uuid` must match.
|
1201
|
+
* running in the OpenFin Runtime.
|
1199
1202
|
*/
|
1200
1203
|
uuid: string;
|
1201
1204
|
/**
|
package/out/mock-beta.d.ts
CHANGED
@@ -1161,9 +1161,14 @@ declare type ApplicationOptions = LegacyWinOptionsInAppOptions & {
|
|
1161
1161
|
*/
|
1162
1162
|
mainWindowOptions: WindowCreationOptions;
|
1163
1163
|
/**
|
1164
|
-
* The name of the application
|
1164
|
+
* The name of the application.
|
1165
1165
|
*
|
1166
|
-
*
|
1166
|
+
* @remarks
|
1167
|
+
* This property is only used for naming the application logging folder, which will be sanitized to remove
|
1168
|
+
* any special characters, spaces or international characters. Otherwise it's not used and it will be overwritten
|
1169
|
+
* during startup with the UUID of the application.
|
1170
|
+
*
|
1171
|
+
* This property will be deprecated in the future.
|
1167
1172
|
*/
|
1168
1173
|
name: string;
|
1169
1174
|
/**
|
@@ -1193,9 +1198,7 @@ declare type ApplicationOptions = LegacyWinOptionsInAppOptions & {
|
|
1193
1198
|
url: string;
|
1194
1199
|
/**
|
1195
1200
|
* The _Unique Universal Identifier_ (UUID) of the application, unique within the set of all other applications
|
1196
|
-
*
|
1197
|
-
*
|
1198
|
-
* Note that `name` and `uuid` must match.
|
1201
|
+
* running in the OpenFin Runtime.
|
1199
1202
|
*/
|
1200
1203
|
uuid: string;
|
1201
1204
|
/**
|
package/out/mock-public.d.ts
CHANGED
@@ -1161,9 +1161,14 @@ declare type ApplicationOptions = LegacyWinOptionsInAppOptions & {
|
|
1161
1161
|
*/
|
1162
1162
|
mainWindowOptions: WindowCreationOptions;
|
1163
1163
|
/**
|
1164
|
-
* The name of the application
|
1164
|
+
* The name of the application.
|
1165
1165
|
*
|
1166
|
-
*
|
1166
|
+
* @remarks
|
1167
|
+
* This property is only used for naming the application logging folder, which will be sanitized to remove
|
1168
|
+
* any special characters, spaces or international characters. Otherwise it's not used and it will be overwritten
|
1169
|
+
* during startup with the UUID of the application.
|
1170
|
+
*
|
1171
|
+
* This property will be deprecated in the future.
|
1167
1172
|
*/
|
1168
1173
|
name: string;
|
1169
1174
|
/**
|
@@ -1193,9 +1198,7 @@ declare type ApplicationOptions = LegacyWinOptionsInAppOptions & {
|
|
1193
1198
|
url: string;
|
1194
1199
|
/**
|
1195
1200
|
* The _Unique Universal Identifier_ (UUID) of the application, unique within the set of all other applications
|
1196
|
-
*
|
1197
|
-
*
|
1198
|
-
* Note that `name` and `uuid` must match.
|
1201
|
+
* running in the OpenFin Runtime.
|
1199
1202
|
*/
|
1200
1203
|
uuid: string;
|
1201
1204
|
/**
|
package/out/mock.d.ts
CHANGED
@@ -1167,9 +1167,14 @@ declare type ApplicationOptions = LegacyWinOptionsInAppOptions & {
|
|
1167
1167
|
*/
|
1168
1168
|
mainWindowOptions: WindowCreationOptions;
|
1169
1169
|
/**
|
1170
|
-
* The name of the application
|
1170
|
+
* The name of the application.
|
1171
1171
|
*
|
1172
|
-
*
|
1172
|
+
* @remarks
|
1173
|
+
* This property is only used for naming the application logging folder, which will be sanitized to remove
|
1174
|
+
* any special characters, spaces or international characters. Otherwise it's not used and it will be overwritten
|
1175
|
+
* during startup with the UUID of the application.
|
1176
|
+
*
|
1177
|
+
* This property will be deprecated in the future.
|
1173
1178
|
*/
|
1174
1179
|
name: string;
|
1175
1180
|
/**
|
@@ -1199,9 +1204,7 @@ declare type ApplicationOptions = LegacyWinOptionsInAppOptions & {
|
|
1199
1204
|
url: string;
|
1200
1205
|
/**
|
1201
1206
|
* The _Unique Universal Identifier_ (UUID) of the application, unique within the set of all other applications
|
1202
|
-
*
|
1203
|
-
*
|
1204
|
-
* Note that `name` and `uuid` must match.
|
1207
|
+
* running in the OpenFin Runtime.
|
1205
1208
|
*/
|
1206
1209
|
uuid: string;
|
1207
1210
|
/**
|