Search
Preparing search index...
The search index is not available
@leftshiftone/convey
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
AutocompleteBehaviour
Class AutocompleteBehaviour
Hierarchy
IBehaviour
AutocompleteBehaviour
Index
Constructors
constructor
Properties
autocomplete
Dropdown
bindings
channel
Id
index
max
Number
OfResults
subscription
target
Methods
add
bind
clear
init
is
Value
Valid
on
Keydown
unbind
Constructors
constructor
new
Autocomplete
Behaviour
(
config
:
AutocompleteConfig
, textbox
?:
HTMLTextAreaElement
)
:
AutocompleteBehaviour
Parameters
config:
AutocompleteConfig
Default value
textbox:
HTMLTextAreaElement
= Defaults.textbox()
Returns
AutocompleteBehaviour
Properties
Private
autocomplete
Dropdown
autocomplete
Dropdown
:
AutocompleteDropdown
Protected
bindings
bindings
:
BehaviorBinding
[]
channel
Id
channel
Id
:
string
|
null
= null
Private
index
index
:
IIndex
Private
max
Number
OfResults
max
Number
OfResults
:
number
Protected
subscription
subscription
:
Subscription
|
null
Protected
target
target
:
HTMLElement
Methods
add
add
(
element
:
string
)
:
void
Parameters
element:
string
Returns
void
bind
bind
(
gateway
:
Subscription
)
:
void
Parameters
gateway:
Subscription
Returns
void
clear
clear
(
)
:
void
Returns
void
init
init
(
channelId
:
string
)
:
void
Parameters
channelId:
string
Returns
void
is
Value
Valid
is
Value
Valid
(
value
:
string
)
:
null
|
false
|
true
|
""
Parameters
value:
string
Returns
null
|
false
|
true
|
""
Private
on
Keydown
on
Keydown
(
textbox
:
HTMLTextAreaElement
)
:
void
Parameters
textbox:
HTMLTextAreaElement
Returns
void
unbind
unbind
(
)
:
void
Returns
void
Globals
Autocomplete
Behaviour
constructor
autocomplete
Dropdown
bindings
channel
Id
index
max
Number
OfResults
subscription
target
add
bind
clear
init
is
Value
Valid
on
Keydown
unbind
Generated using
TypeDoc