modal
Preparing search index...
Function_
Class Function_
Represents a deployed Modal Function, which can be invoked remotely.
Index
Properties
function
Id
method
Name
Methods
remote
spawn
lookup
Properties
Readonly
function
Id
functionId
:
string
Readonly
method
Name
methodName
:
undefined
|
string
Methods
remote
remote
(
args
?:
any
[]
,
kwargs
?:
Record
<
string
,
any
>
)
:
Promise
<
any
>
Parameters
args
:
any
[]
= []
kwargs
:
Record
<
string
,
any
>
= {}
Returns
Promise
<
any
>
spawn
spawn
(
args
?:
any
[]
,
kwargs
?:
Record
<
string
,
any
>
)
:
Promise
<
FunctionCall
>
Parameters
args
:
any
[]
= []
kwargs
:
Record
<
string
,
any
>
= {}
Returns
Promise
<
FunctionCall
>
Static
lookup
lookup
(
appName
:
string
,
name
:
string
,
options
?:
LookupOptions
,
)
:
Promise
<
Function_
>
Parameters
appName
:
string
name
:
string
options
:
LookupOptions
= {}
Returns
Promise
<
Function_
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
function
Id
method
Name
Methods
remote
spawn
lookup
modal
Loading...
Represents a deployed Modal Function, which can be invoked remotely.