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