Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
breeze
core
Event
Class Event
Hierarchy
Event
PropertyChangedEvent
ValidationErrorsChangedEvent
EntityChangedEvent
HasChangesChangedEvent
Index
Constructor methods
constructor
Methods
enable
isEnabled
publish
publishAsync
subscribe
unsubscribe
Constructor methods
constructor
(
name
:
string
, publisher
:
any
, defaultErrorCallback
?:
ErrorCallback
)
:
Event
Parameters
name:
string
publisher:
any
defaultErrorCallback?:
ErrorCallback
optional
Returns
Event
Methods
public
static
enable
(
eventName
:
string
, target
:
any
)
Parameters
eventName:
string
target:
any
public
static
enable
(
eventName
:
string
, target
:
any
, isEnabled
:
boolean
)
Parameters
eventName:
string
target:
any
isEnabled:
boolean
public
static
enable
(
eventName
:
string
, target
:
any
, isEnabled
:
Function
)
Parameters
eventName:
string
target:
any
isEnabled:
Function
public
static
isEnabled
(
eventName
:
string
, target
:
any
)
:
boolean
Parameters
eventName:
string
target:
any
Returns
boolean
public
publish
(
data
:
any
, publishAsync
?:
boolean
, errorCallback
?:
ErrorCallback
)
Parameters
data:
any
publishAsync?:
boolean
optional
errorCallback?:
ErrorCallback
optional
public
publishAsync
(
data
:
any
, errorCallback
?:
ErrorCallback
)
Parameters
data:
any
errorCallback?:
ErrorCallback
optional
public
subscribe
(
callback
?:
(data: any) => void
)
:
number
Parameters
callback?:
(data: any) => void
optional
Returns
number
public
unsubscribe
(
unsubKey
:
number
)
:
boolean
Parameters
unsubKey:
number
Returns
boolean
Globals
breeze
breeze.config
breeze.core
jquery
q
ErrorCallback
IEnum
Enum
EnumSymbol
Event
constructor
enable
isEnabled
publish
publishAsync
subscribe
unsubscribe
arrayEquals
arrayFirst
arrayIndexOf
arrayRemoveItem
arrayZip
durationToSeconds
extend
formatString
getUuid
isDate
isDuration
isEmpty
isFunction
isGuid
isNumeric
memoize
objectForEach
pluck
propEq
requireLib
stringEndsWith
stringStartsWith
using