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