@openfin/fdc3-api 39.81.15 → 39.81.17
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/fdc3-api-alpha.d.ts
CHANGED
|
@@ -1164,9 +1164,9 @@ declare type ApplicationOptions = LegacyWinOptionsInAppOptions & {
|
|
|
1164
1164
|
* The name of the application.
|
|
1165
1165
|
*
|
|
1166
1166
|
* @remarks
|
|
1167
|
-
* This property is
|
|
1168
|
-
* any special characters, spaces or international characters.
|
|
1169
|
-
*
|
|
1167
|
+
* This property is used for naming the application logging folder, which will be sanitized to remove
|
|
1168
|
+
* any special characters, spaces or international characters. It's also used in error messages, API
|
|
1169
|
+
* security dialog boxes and in the directory name in %localappdata%/OpenFin/apps/<name><hash>.
|
|
1170
1170
|
*
|
|
1171
1171
|
* This property will be deprecated in the future.
|
|
1172
1172
|
*/
|
package/out/fdc3-api-beta.d.ts
CHANGED
|
@@ -1164,9 +1164,9 @@ declare type ApplicationOptions = LegacyWinOptionsInAppOptions & {
|
|
|
1164
1164
|
* The name of the application.
|
|
1165
1165
|
*
|
|
1166
1166
|
* @remarks
|
|
1167
|
-
* This property is
|
|
1168
|
-
* any special characters, spaces or international characters.
|
|
1169
|
-
*
|
|
1167
|
+
* This property is used for naming the application logging folder, which will be sanitized to remove
|
|
1168
|
+
* any special characters, spaces or international characters. It's also used in error messages, API
|
|
1169
|
+
* security dialog boxes and in the directory name in %localappdata%/OpenFin/apps/<name><hash>.
|
|
1170
1170
|
*
|
|
1171
1171
|
* This property will be deprecated in the future.
|
|
1172
1172
|
*/
|
package/out/fdc3-api-public.d.ts
CHANGED
|
@@ -1164,9 +1164,9 @@ declare type ApplicationOptions = LegacyWinOptionsInAppOptions & {
|
|
|
1164
1164
|
* The name of the application.
|
|
1165
1165
|
*
|
|
1166
1166
|
* @remarks
|
|
1167
|
-
* This property is
|
|
1168
|
-
* any special characters, spaces or international characters.
|
|
1169
|
-
*
|
|
1167
|
+
* This property is used for naming the application logging folder, which will be sanitized to remove
|
|
1168
|
+
* any special characters, spaces or international characters. It's also used in error messages, API
|
|
1169
|
+
* security dialog boxes and in the directory name in %localappdata%/OpenFin/apps/<name><hash>.
|
|
1170
1170
|
*
|
|
1171
1171
|
* This property will be deprecated in the future.
|
|
1172
1172
|
*/
|
package/out/fdc3-api.d.ts
CHANGED
|
@@ -1170,9 +1170,9 @@ declare type ApplicationOptions = LegacyWinOptionsInAppOptions & {
|
|
|
1170
1170
|
* The name of the application.
|
|
1171
1171
|
*
|
|
1172
1172
|
* @remarks
|
|
1173
|
-
* This property is
|
|
1174
|
-
* any special characters, spaces or international characters.
|
|
1175
|
-
*
|
|
1173
|
+
* This property is used for naming the application logging folder, which will be sanitized to remove
|
|
1174
|
+
* any special characters, spaces or international characters. It's also used in error messages, API
|
|
1175
|
+
* security dialog boxes and in the directory name in %localappdata%/OpenFin/apps/<name><hash>.
|
|
1176
1176
|
*
|
|
1177
1177
|
* This property will be deprecated in the future.
|
|
1178
1178
|
*/
|