Search
Preparing search index...
The search index is not available
AncientSouls Documentation
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
"ancient-tracker/src/lib/asketic"
Asketic
Class Asketic<IEventsList>
Type parameters
IEventsList
:
IAsketicEventsList
Hierarchy
IAsketic
Asketic
Indexable
[
key:
string
]:
any
Index
Constructors
constructor
Properties
emitter
id
is
Destroyed
processing
waiting
Methods
destroy
emit
flow
Item
flow
Items
flow
Root
flow
Tracker
flow
Value
generate
Id
get
get
Data
Path
next
off
on
once
set
Constructors
Static
constructor
new
Asketic
(
id
?:
string
)
:
any
Parameters
Optional
id:
string
Returns
any
Properties
Static
emitter
emitter
:
EventEmitter
Static
id
id
:
string
Static
is
Destroyed
is
Destroyed
:
boolean
Static
processing
processing
:
boolean
Static
waiting
waiting
:
object
[]
Methods
Static
destroy
destroy
(
)
:
void
Returns
void
Static
emit
emit<IE>
(
eventName
:
IE
, data
:
IEventsList[IE]
)
:
this
Type parameters
IE
:
keyof IEventsList
Parameters
eventName:
IE
data:
IEventsList[IE]
Returns
this
Static
flow
Item
flow
Item
(
prevFlow
:
IQueryFlow
)
:
IQueryFlow
Parameters
prevFlow:
IQueryFlow
Returns
IQueryFlow
Static
flow
Items
flow
Items
(
prevFlow
:
IQueryFlow
)
:
IQueryFlow
Parameters
prevFlow:
IQueryFlow
Returns
IQueryFlow
Static
flow
Root
flow
Root
(
prevFlow
:
IQueryFlow
)
:
IQueryFlow
Parameters
prevFlow:
IQueryFlow
Returns
IQueryFlow
Static
flow
Tracker
flow
Tracker
(
prevFlow
:
IQueryFlow
, tracker
:
TTracker
)
:
Promise
<
IQueryFlow
>
Parameters
prevFlow:
IQueryFlow
tracker:
TTracker
Returns
Promise
<
IQueryFlow
>
Static
flow
Value
flow
Value
(
prevFlow
:
IQueryFlow
)
:
IQueryFlow
Parameters
prevFlow:
IQueryFlow
Returns
IQueryFlow
Static
generate
Id
generate
Id
(
)
:
string
Returns
string
Static
get
get
(
)
:
Promise
<
IAsketicChanges
>
Returns
Promise
<
IAsketicChanges
>
Static
get
Data
Path
get
Data
Path
(
path
:
IQueryFlow
[]
)
:
any
[]
Parameters
path:
IQueryFlow
[]
Returns
any
[]
Static
next
next
(
flow
:
IQueryFlow
)
:
Promise
<
IQueryFlow
>
Parameters
flow:
IQueryFlow
Returns
Promise
<
IQueryFlow
>
Static
off
off<IE>
(
eventName
:
IE
, listener
:
function
)
:
this
Type parameters
IE
:
keyof IEventsList
Parameters
eventName:
IE
listener:
function
(
data
:
IEventsList[IE]
)
:
void
Parameters
data:
IEventsList[IE]
Returns
void
Returns
this
Static
on
on<IE>
(
eventName
:
IE
, listener
:
function
)
:
this
Type parameters
IE
:
keyof IEventsList
Parameters
eventName:
IE
listener:
function
(
data
:
IEventsList[IE]
)
:
void
Parameters
data:
IEventsList[IE]
Returns
void
Returns
this
Static
once
once<IE>
(
eventName
:
IE
, listener
:
function
)
:
this
Type parameters
IE
:
keyof IEventsList
Parameters
eventName:
IE
listener:
function
(
data
:
IEventsList[IE]
)
:
void
Parameters
data:
IEventsList[IE]
Returns
void
Returns
this
Static
set
set
(
flow
:
IQueryFlow
)
:
any
Parameters
flow:
IQueryFlow
Returns
any
Globals
"ancient-
tracker/src/lib/asketic"
Asketic
constructor
emitter
id
is
Destroyed
processing
waiting
destroy
emit
flow
Item
flow
Items
flow
Root
flow
Tracker
flow
Value
generate
Id
get
get
Data
Path
next
off
on
once
set
IAsketic
IAsketic
Change
IAsketic
Events
List
IAsketic
Changes
TAsketic
Mixed
Asketic
mixin
Generated using
TypeDoc