Preparing search index...
The search index is not available
booyah
booyah
chip
FunctionalFunctions
Interface FunctionalFunctions
interface
FunctionalFunctions
{
activate
:
(
(
chip
)
=>
void
)
;
pause
:
(
(
chip
)
=>
void
)
;
resume
:
(
(
chip
)
=>
void
)
;
shouldTerminate
:
(
(
chip
)
=>
string
|
boolean
|
Signal
)
;
terminate
:
(
(
chip
)
=>
void
)
;
tick
:
(
(
chip
)
=>
void
)
;
makeReloadMemento
(
)
:
ReloadMemento
;
}
Index
Properties
activate
pause
resume
should
Terminate
terminate
tick
Methods
make
Reload
Memento
Properties
activate
activate
:
(
(
chip
)
=>
void
)
Type declaration
(
chip
)
:
void
Parameters
chip
:
Functional
Returns
void
pause
pause
:
(
(
chip
)
=>
void
)
Type declaration
(
chip
)
:
void
Parameters
chip
:
Functional
Returns
void
resume
resume
:
(
(
chip
)
=>
void
)
Type declaration
(
chip
)
:
void
Parameters
chip
:
Functional
Returns
void
should
Terminate
should
Terminate
:
(
(
chip
)
=>
string
|
boolean
|
Signal
)
Type declaration
(
chip
)
:
string
|
boolean
|
Signal
Parameters
chip
:
Functional
Returns
string
|
boolean
|
Signal
terminate
terminate
:
(
(
chip
)
=>
void
)
Type declaration
(
chip
)
:
void
Parameters
chip
:
Functional
Returns
void
tick
tick
:
(
(
chip
)
=>
void
)
Type declaration
(
chip
)
:
void
Parameters
chip
:
Functional
Returns
void
Methods
make
Reload
Memento
make
Reload
Memento
(
)
:
ReloadMemento
Returns
ReloadMemento
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
activate
pause
resume
should
Terminate
terminate
tick
make
Reload
Memento
booyah
chip
easing
geom
input
running
tween
util
Generated using
TypeDoc