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.
(actions applicable-refactor-info)
Returns: RefactorActionInfo[]
**Returns:** `RefactorActionInfo[]`
(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`
(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`
(name applicable-refactor-info)
The programmatic name of the refactoring
Returns: string
The programmatic name of the refactoring **Returns:** `string`
(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.
(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'
(set-name! applicable-refactor-info value)
The programmatic name of the refactoring
The programmatic name of the refactoring
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close