Search
Preparing search index...
The search index is not available
@leftshiftone/convey
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
KeyboardBehaviour
Class KeyboardBehaviour
Hierarchy
IBehaviour
KeyboardBehaviour
Index
Constructors
constructor
Properties
bindings
callback
channel
Id
renderer
subscription
target
Methods
bind
handler
init
is
Value
Valid
unbind
Constructors
constructor
new
Keyboard
Behaviour
(
renderer
:
IRenderer
, target
:
HTMLTextAreaElement
, callback
:
undefined
|
function
)
:
KeyboardBehaviour
Parameters
renderer:
IRenderer
Optional
target:
HTMLTextAreaElement
Optional
callback:
undefined
|
function
Returns
KeyboardBehaviour
Properties
Protected
bindings
bindings
:
BehaviorBinding
[]
Private
callback
callback
:
function
|
undefined
channel
Id
channel
Id
:
string
|
null
= null
Private
renderer
renderer
:
IRenderer
Protected
subscription
subscription
:
Subscription
|
null
Protected
target
target
:
HTMLElement
Methods
bind
bind
(
gateway
:
Subscription
)
:
void
Parameters
gateway:
Subscription
Returns
void
Protected
handler
handler
(
ev
:
KeyboardEvent
)
:
void
Parameters
ev:
KeyboardEvent
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
|
""
unbind
unbind
(
)
:
void
Returns
void
Globals
Keyboard
Behaviour
constructor
bindings
callback
channel
Id
renderer
subscription
target
bind
handler
init
is
Value
Valid
unbind
Generated using
TypeDoc