Variable GBTElementBranchStatusConst

GBTElementBranchStatus: {
    Created: "CREATED";
    Deleted: "DELETED";
    Edits: "EDITS";
    NoChanges: "NO_CHANGES";
    NotOnThisBranch: "NOT_ON_THIS_BRANCH";
    Unknown: "UNKNOWN";
} = ...

Export

Type declaration

  • Readonly Created: "CREATED"
  • Readonly Deleted: "DELETED"
  • Readonly Edits: "EDITS"
  • Readonly NoChanges: "NO_CHANGES"
  • Readonly NotOnThisBranch: "NOT_ON_THIS_BRANCH"
  • Readonly Unknown: "UNKNOWN"

Generated using TypeDoc