Help Pages
Commands
Settings
Tutorial
Editor Functions
Command-Line Functions
Hint Mode Commands
Wiki
On This Page
Properties
callback
excmd
immediate
include
Invisible
jshints
open
Mode
pipe
Attribute
rapid
selectors
selectors
Exclude
text
Filter
warnings
Hinting parameters interface
interface
HintOptions
{
callback
:
string
;
excmd
:
string
;
immediate
:
boolean
;
includeInvisible
:
boolean
;
jshints
:
boolean
;
openMode
:
OpenMode
;
pipeAttribute
:
string
;
rapid
:
boolean
;
selectors
:
string
[]
;
selectorsExclude
:
string
[]
;
textFilter
:
string
|
RegExp
;
warnings
:
string
[]
;
}
Implemented by
HintConfig
Index
Properties
callback
excmd
immediate
include
Invisible
jshints
open
Mode
pipe
Attribute
rapid
selectors
selectors
Exclude
text
Filter
warnings
Properties
callback
callback
:
string
excmd
excmd
:
string
immediate
immediate
:
boolean
include
Invisible
includeInvisible
:
boolean
jshints
jshints
:
boolean
open
Mode
openMode
:
OpenMode
pipe
Attribute
pipeAttribute
:
string
rapid
rapid
:
boolean
selectors
selectors
:
string
[]
selectors
Exclude
selectorsExclude
:
string
[]
text
Filter
textFilter
:
string
|
RegExp
warnings
warnings
:
string
[]
Hinting parameters interface