Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.applicable-refactor-info

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

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

actionscljs

(actions applicable-refactor-info)

Returns: RefactorActionInfo[]

**Returns:** `RefactorActionInfo[]`
sourceraw docstring

descriptioncljs

(description applicable-refactor-info)

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

Returns: 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.

**Returns:** `string`
sourceraw docstring

inlineable?cljs

(inlineable? applicable-refactor-info)

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'

Returns: boolean | undefined

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'

**Returns:** `boolean | undefined`
sourceraw docstring

namecljs

(name applicable-refactor-info)

The programmatic name of the refactoring

Returns: string

The programmatic name of the refactoring

**Returns:** `string`
sourceraw docstring

set-actions!cljs

(set-actions! applicable-refactor-info value)
source

set-description!cljs

(set-description! applicable-refactor-info value)

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

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

set-inlineable!cljs

(set-inlineable! applicable-refactor-info value)

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'

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'
sourceraw docstring

set-name!cljs

(set-name! applicable-refactor-info value)

The programmatic name of the refactoring

The programmatic name of the refactoring
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close