Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EditorCommandDetails<PARAMS>

Further details of an editor to allow selective customization

Type parameters

  • PARAMS = any

Hierarchy

Index

Properties

Optional autoSubmit

autoSubmit: boolean

description

description: string

editMode

editMode: EditModeOrFactory<PARAMS>

Optional intent

intent: string | string[] | RegExp

Optional repoFilter

repoFilter: RepoFilter

Optional repoFinder

repoFinder: RepoFinder

Optional repoLoader

repoLoader: (p: PARAMS) => RepoLoader

Type declaration

Optional tags

tags: string | string[]

Generated using TypeDoc