Initial commit
This commit is contained in:
7
lib/services/ISPTermStorePickerServiceProps.d.ts
vendored
Normal file
7
lib/services/ISPTermStorePickerServiceProps.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export interface ISPTermStorePickerServiceProps {
|
||||
termsetNameOrID: string;
|
||||
useSessionStorage: boolean;
|
||||
hideDeprecatedTags: boolean;
|
||||
hideTagsNotAvailableForTagging: boolean;
|
||||
anchorId: string;
|
||||
}
|
||||
Reference in New Issue
Block a user