Hint
Hint
State
constructor
filter
filter
Func
focused
Hint
hint
Host
hintchars
hints
rapid
reject
resolve
selected
Hints
destructor
Hint
Builder
Hint
Filter
Hint
Selected
Callback
logger
mode
State
build
Hints
Simple
build
Hints
Vimperator
default
Hint
Builder
default
Hint
Chars
default
Hint
Filter
element
Filterable
Text
filter
Hints
Simple
filter
Hints
Vimperator
hint
Page
hintable
Images
hintables
hintnames
hintnames_
numeric
hintnames_
short
hintnames_
simple
hintnames_
uniform
killables
pipe
pipe_
elements
push
Key
reset
saveable
Elements
select
Focused
Hint
Simple container for the state of a single frame's hints.
Hierarchy
HintState
Index
Constructors
constructor
Properties
filter
filter
Func
focused
Hint
hint
Host
hintchars
hints
rapid
reject
resolve
selected
Hints
Methods
destructor
Constructors
constructor
new
Hint
State
(
filterFunc
:
HintFilter
, resolve
:
function
, reject
:
function
, rapid
:
boolean
)
:
HintState
Parameters
filterFunc:
HintFilter
resolve:
function
(
Hint
:
any
)
:
void
Parameters
Hint:
any
Returns
void
reject:
function
(
any
:
any
)
:
void
Parameters
any:
any
Returns
void
rapid:
boolean
Returns
HintState
Properties
filter
filter
:
string
= ""
filterFunc
filterFunc
:
HintFilter
focusedHint
focusedHint
:
Hint
hintHost
hintHost
:
HTMLDivElement
= document.createElement("div")
hintchars
hintchars
:
string
= ""
hints
hints
:
Hint
[]
= []
rapid
rapid
:
boolean
reject
reject
:
function
Type declaration
(
any
:
any
)
:
void
Parameters
any:
any
Returns
void
resolve
resolve
:
function
Type declaration
(
Hint
:
any
)
:
void
Parameters
Hint:
any
Returns
void
selectedHints
selectedHints
:
Hint
[]
= []
Methods
destructor
destructor
(
)
:
void
Returns
void
Simple container for the state of a single frame's hints.