LocationIdentifier
LocationIdentifier is a more limited subset of ItemIdentifier that represents
items that can be used as root locations in components such as
ContentTreeElement.
Attributes
type: 'persistentLocation' | 'searchLocation'
Specify what type of location this is. persistentLocation refers to a set of pre-defined SAS Viya
locations. searchLocation refers to a virtual location that contains the results of a search.
value: string | object
For type: 'persistentLocation', one of the following:
myFolder: the My Folder folder in SAS Viyafavorites: the My Favorites folder in SAS Viyaroot: the SAS Content folder in SAS Viyahistory: the Recents folder in SAS Viyatrash: the Recycle Bin folder in SAS ViyaquickAccess: the Quick Access list in SAS ViyasharedWithMe: the Shared with Me folder in SAS ViyasharedByMe: the Shared by Me folder in SAS Viyarecommendations: the Recommended list in SAS Viyaquarantined: the Quarantined items in SAS ViyasasData: the SAS Data folder in SAS ViyasasDataTables: the SAS data tables in SAS Viya
For type: 'searchLocation', an object with a name string used as the display name, and a
searchQuery string containing the query to run.
preventExpansion: boolean
Specify whether to disable expansion for this location in the ContentTreeElement.