Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ReviewerCommandDetails<PARAMS>

Further details of an editor to allow selective customization

Type parameters

Hierarchy

Index

Properties

Optional autoSubmit

autoSubmit: boolean

description

description: string

Optional intent

intent: string | string[] | RegExp

Optional repoFilter

repoFilter: RepoFilter

Optional repoFinder

repoFinder: RepoFinder

Optional repoLoader

repoLoader: (p: PARAMS) => RepoLoader

Type declaration

reviewRouter

reviewRouter: ReviewRouter<PARAMS>

Optional tags

tags: string | string[]

Generated using TypeDoc