Skip to content

Commit 2ccc31b

Browse files
Add 'PathInProject' property to 'ItemAttributes' class.
1 parent 062ffb7 commit 2ccc31b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

datamanagement/source/model/itemAttributes.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,11 @@ export interface ItemAttributes {
8787
* @memberof ItemAttributes
8888
*/
8989
'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;
9096
}
9197

0 commit comments

Comments
 (0)