@openfin/core 39.81.15 → 39.81.17
Sign up to get free protection for your applications and to get access to all the features.
- package/out/mock-alpha.d.ts +3 -3
- package/out/mock-beta.d.ts +3 -3
- package/out/mock-public.d.ts +3 -3
- package/out/mock.d.ts +3 -3
- package/package.json +1 -1
package/out/mock-alpha.d.ts
CHANGED
@@ -1167,9 +1167,9 @@ declare type ApplicationOptions = LegacyWinOptionsInAppOptions & {
|
|
1167
1167
|
* The name of the application.
|
1168
1168
|
*
|
1169
1169
|
* @remarks
|
1170
|
-
* This property is
|
1171
|
-
* any special characters, spaces or international characters.
|
1172
|
-
*
|
1170
|
+
* This property is used for naming the application logging folder, which will be sanitized to remove
|
1171
|
+
* any special characters, spaces or international characters. It's also used in error messages, API
|
1172
|
+
* security dialog boxes and in the directory name in %localappdata%/OpenFin/apps/<name><hash>.
|
1173
1173
|
*
|
1174
1174
|
* This property will be deprecated in the future.
|
1175
1175
|
*/
|
package/out/mock-beta.d.ts
CHANGED
@@ -1167,9 +1167,9 @@ declare type ApplicationOptions = LegacyWinOptionsInAppOptions & {
|
|
1167
1167
|
* The name of the application.
|
1168
1168
|
*
|
1169
1169
|
* @remarks
|
1170
|
-
* This property is
|
1171
|
-
* any special characters, spaces or international characters.
|
1172
|
-
*
|
1170
|
+
* This property is used for naming the application logging folder, which will be sanitized to remove
|
1171
|
+
* any special characters, spaces or international characters. It's also used in error messages, API
|
1172
|
+
* security dialog boxes and in the directory name in %localappdata%/OpenFin/apps/<name><hash>.
|
1173
1173
|
*
|
1174
1174
|
* This property will be deprecated in the future.
|
1175
1175
|
*/
|
package/out/mock-public.d.ts
CHANGED
@@ -1167,9 +1167,9 @@ declare type ApplicationOptions = LegacyWinOptionsInAppOptions & {
|
|
1167
1167
|
* The name of the application.
|
1168
1168
|
*
|
1169
1169
|
* @remarks
|
1170
|
-
* This property is
|
1171
|
-
* any special characters, spaces or international characters.
|
1172
|
-
*
|
1170
|
+
* This property is used for naming the application logging folder, which will be sanitized to remove
|
1171
|
+
* any special characters, spaces or international characters. It's also used in error messages, API
|
1172
|
+
* security dialog boxes and in the directory name in %localappdata%/OpenFin/apps/<name><hash>.
|
1173
1173
|
*
|
1174
1174
|
* This property will be deprecated in the future.
|
1175
1175
|
*/
|
package/out/mock.d.ts
CHANGED
@@ -1173,9 +1173,9 @@ declare type ApplicationOptions = LegacyWinOptionsInAppOptions & {
|
|
1173
1173
|
* The name of the application.
|
1174
1174
|
*
|
1175
1175
|
* @remarks
|
1176
|
-
* This property is
|
1177
|
-
* any special characters, spaces or international characters.
|
1178
|
-
*
|
1176
|
+
* This property is used for naming the application logging folder, which will be sanitized to remove
|
1177
|
+
* any special characters, spaces or international characters. It's also used in error messages, API
|
1178
|
+
* security dialog boxes and in the directory name in %localappdata%/OpenFin/apps/<name><hash>.
|
1179
1179
|
*
|
1180
1180
|
* This property will be deprecated in the future.
|
1181
1181
|
*/
|