KoAJAX
Preparing search index...
Stack
Class Stack<C>
Type Parameters
C
=
any
Hierarchy (
View Summary
)
Stack
HTTPClient
Index
Constructors
constructor
Properties
length
Methods
execute
mount
use
Constructors
constructor
new
Stack
<
C
=
any
>
()
:
Stack
<
C
>
Type Parameters
C
=
any
Returns
Stack
<
C
>
Properties
length
length
:
number
= 0
Methods
execute
execute
(
context
?:
C
,
depth
?:
number
)
:
any
Parameters
Optional
context
:
C
depth
:
number
= 0
Returns
any
mount
mount
(
condition
:
(
context
:
C
)
=>
boolean
,
stack
:
Stack
<
C
>
)
:
Stack
<
C
>
Parameters
condition
:
(
context
:
C
)
=>
boolean
stack
:
Stack
<
C
>
Returns
Stack
<
C
>
use
use
(
...
middlewares
:
Middleware
<
C
>
[]
)
:
Stack
<
C
>
Parameters
...
middlewares
:
Middleware
<
C
>
[]
Returns
Stack
<
C
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
length
Methods
execute
mount
use
KoAJAX
Loading...