We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 062ffb7 commit 2ccc31bCopy full SHA for 2ccc31b
datamanagement/source/model/itemAttributes.ts
@@ -87,5 +87,11 @@ export interface ItemAttributes {
87
* @memberof ItemAttributes
88
*/
89
'extension': ItemExtensionWithSchemaLink;
90
+ /**
91
+ * The relative path of the item starting from project’s root folder.
92
+ * @type {string}
93
+ * @memberof ItemAttributes
94
+ */
95
+ 'pathInProject'?: string;
96
}
97
0 commit comments