We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a89760 commit 97818fcCopy full SHA for 97818fc
1 file changed
src/services/ISPTermStorePickerService.ts
@@ -75,4 +75,7 @@ export interface ITerm {
75
CustomSortOrderIndex?: number;
76
PathDepth?: number;
77
ParentId?: string;
78
+ LocalCustomProperties?: {
79
+ [property: string]: any
80
+ }
81
}
0 commit comments