Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a git reference.

Hierarchy

  • GitReference

Index

Properties

action: string

The action of the reference (ex. closes).

issue?: string

The issue number without prefix.

owner?: null | string

The owner of the referenced issue.

prefix: string

The prefix of the issue number without issue number.

raw: string

The raw issue number.

repository?: null | string

The repository the referenced issue.