Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
Giraffe
Module Giraffe
Index
Variables
app
apps
defaultOptions
version
views
Modules
Contrib
Interfaces
AppMap
AttachmentOptions
DefaultOptions
GiraffeObject
StringMap
ViewMap
Classes
App
Collection
Model
Router
View
Functions
bindAppEvents
bindDataEvents
bindEvent
bindEventMap
configure
dispose
disposeThis
unbindEvent
unbindEventMap
wrapFn
Variables
app
:
App
apps
:
AppMap
defaultOptions
:
DefaultOptions
version
:
string
views
:
ViewMap
Functions
bindAppEvents
(
instance
:
GiraffeObject
)
:
GiraffeObject
Parameters
instance:
GiraffeObject
Returns
GiraffeObject
bindDataEvents
(
instance
:
GiraffeObject
)
:
GiraffeObject
Parameters
instance:
GiraffeObject
Returns
GiraffeObject
bindEvent
(
context
:
Events
, target
:
Events
, event
:
any
, callback
:
Function
)
:
any
Parameters
context:
Events
target:
Events
event:
any
callback:
Function
Returns
any
bindEventMap
(
context
:
Events
, target
:
Events
, eventMap
:
any
)
:
any
Parameters
context:
Events
target:
Events
eventMap:
any
Returns
any
configure
(
instance
:
any
, options
?:
any
)
:
any
Parameters
instance:
any
options?:
any
optional
Returns
any
dispose
(
instance
:
GiraffeObject
, args
?:
Array<any>
)
:
GiraffeObject
Parameters
instance:
GiraffeObject
args?:
Array<any>
optional
Returns
GiraffeObject
disposeThis
(
args
?:
Array<any>
)
:
GiraffeObject
Parameters
args?:
Array<any>
optional
Returns
GiraffeObject
unbindEvent
(
context
:
Events
, target
:
Events
, event
:
any
, callback
:
Function
)
:
any
Parameters
context:
Events
target:
Events
event:
any
callback:
Function
Returns
any
unbindEventMap
(
context
:
Events
, target
:
Events
, eventMap
:
any
)
:
any
Parameters
context:
Events
target:
Events
eventMap:
any
Returns
any
wrapFn
(
obj
:
any
, name
:
string
, before
:
Function
, after
:
Function
)
:
any
Parameters
obj:
any
name:
string
before:
Function
after:
Function
Returns
any
Globals
Backbone
Giraffe
Giraffe.Contrib
backbone
jquery
underscore
app
apps
defaultOptions
version
views
AppMap
AttachmentOptions
DefaultOptions
GiraffeObject
StringMap
ViewMap
App
Collection
Model
Router
View
bindAppEvents
bindDataEvents
bindEvent
bindEventMap
configure
dispose
disposeThis
unbindEvent
unbindEventMap
wrapFn