Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ApplicableRefactorInfo

A set of one or more available refactoring actions, grouped under a parent refactoring.

Hierarchy

  • ApplicableRefactorInfo

Index

Properties

actions

description

description: string

A description of this refactoring category to show to the user. If the refactoring gets inlined (see below), this text will not be visible.

Optional inlineable

inlineable: boolean

Inlineable refactorings can have their actions hoisted out to the top level of a context menu. Non-inlineanable refactorings should always be shown inside their parent grouping.

If not specified, this value is assumed to be 'true'

name

name: string

The programmatic name of the refactoring

Generated using TypeDoc