ailoy-web
Preparing search index...
Runtime
Class Runtime
Index
Constructors
constructor
Methods
call
call
Iter
call
Iter
Method
call
Method
define
delete
generate
UUID
is
Alive
start
stop
Constructors
constructor
new
Runtime
()
:
Runtime
Returns
Runtime
Methods
call
call
(
funcName
:
string
,
inputs
?:
any
)
:
Promise
<
any
>
Parameters
funcName
:
string
inputs
:
any
= {}
Returns
Promise
<
any
>
call
Iter
callIter
(
funcName
:
string
,
inputs
?:
any
)
:
AsyncIterableIterator
<
any
>
Parameters
funcName
:
string
inputs
:
any
= {}
Returns
AsyncIterableIterator
<
any
>
call
Iter
Method
callIterMethod
(
componentName
:
string
,
methodName
:
string
,
inputs
?:
any
,
)
:
AsyncIterableIterator
<
any
>
Parameters
componentName
:
string
methodName
:
string
inputs
:
any
= null
Returns
AsyncIterableIterator
<
any
>
call
Method
callMethod
(
componentName
:
string
,
methodName
:
string
,
inputs
?:
any
,
)
:
Promise
<
any
>
Parameters
componentName
:
string
methodName
:
string
inputs
:
any
= null
Returns
Promise
<
any
>
define
define
(
componentType
:
string
,
componentName
:
string
,
inputs
?:
any
,
)
:
Promise
<
boolean
>
Parameters
componentType
:
string
componentName
:
string
inputs
:
any
= {}
Returns
Promise
<
boolean
>
delete
delete
(
componentName
:
string
)
:
Promise
<
boolean
>
Parameters
componentName
:
string
Returns
Promise
<
boolean
>
generate
UUID
generateUUID
()
:
string
Returns
string
is
Alive
isAlive
()
:
boolean
Returns
boolean
start
start
()
:
Promise
<
void
>
Returns
Promise
<
void
>
stop
stop
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
call
call
Iter
call
Iter
Method
call
Method
define
delete
generate
UUID
is
Alive
start
stop
ailoy-web
Loading...