SourceRepositoryItem interface
Represents an item in a repository from a source provider.
is |
Whether the item is able to have sub-items (e.g., is a folder). |
path | The full path of the item, relative to the root of the repository. |
type | The type of the item (folder, file, etc). |
url | The URL of the item. |
Whether the item is able to have sub-items (e.g., is a folder).
isContainer: boolean
Property Value
boolean
The full path of the item, relative to the root of the repository.
path: string
Property Value
string
The type of the item (folder, file, etc).
type: string
Property Value
string
The URL of the item.
url: string
Property Value
string