Bitbucket Data Center API Client
    Preparing search index...

    Interface BitbucketClientEvents

    Map of supported client events to their callback signatures

    interface BitbucketClientEvents {
        request: (event: RequestEvent) => void;
    }
    Index

    Properties

    Properties

    request: (event: RequestEvent) => void