GitHub
npm
Preparing search index...
The search index is not available
Bitbucket Data Center API Client
Bitbucket Data Center API Client
BitbucketBrowsePath
Interface BitbucketBrowsePath
Represents the path components of a file or directory returned by the browse endpoint.
interface
BitbucketBrowsePath
{
components
:
string
[]
;
extension
:
string
;
name
:
string
;
parent
:
string
;
toString
:
string
;
}
Index
Properties
components
extension
name
parent
to
String
Properties
components
components
:
string
[]
extension
extension
:
string
name
name
:
string
parent
parent
:
string
to
String
toString
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
components
extension
name
parent
to
String
GitHub
npm
Bitbucket Data Center API Client
Loading...
Represents the path components of a file or directory returned by the browse endpoint.