Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SourceRepositoryItem

Represents an item in a repository from a source provider.

Hierarchy

  • SourceRepositoryItem

Index

Properties

Properties

Optional isContainer

isContainer: boolean

Whether the item is able to have sub-items (e.g., is a folder).

Optional path

path: string

The full path of the item, relative to the root of the repository.

Optional type

type: string

The type of the item (folder, file, etc).

Optional url

url: string

The URL of the item.

Generated using TypeDoc