Bitbucket Data Center API Client
    Preparing search index...

    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: string[]
    extension: string
    name: string
    parent: string
    toString: string