You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Gets the flag indicating whether resource is a root resource. Root resource is a special resource which is intended to support internals of MS Project's formats and is not intended to be used directly from the user's code.
3000
+
*/
3001
+
publicisRoot: boolean;
3002
+
2983
3003
/**
2984
3004
* The name of a resource.
2985
3005
*/
@@ -4222,6 +4242,14 @@ export class StorageFile {
4222
4242
}
4223
4243
}
4224
4244
4245
+
/**
4246
+
* Specifies the type of a calculation of the custom attribute's value for summary rows.
0 commit comments