modal
Preparing search index...
Cls
Class Cls
Represents a deployed Modal Cls.
Index
Methods
instance
lookup
Methods
instance
instance
(
params
?:
Record
<
string
,
any
>
)
:
Promise
<
ClsInstance
>
Create a new instance of the Cls with parameters.
Parameters
params
:
Record
<
string
,
any
>
= {}
Returns
Promise
<
ClsInstance
>
Static
lookup
lookup
(
appName
:
string
,
name
:
string
,
options
?:
LookupOptions
)
:
Promise
<
Cls
>
Parameters
appName
:
string
name
:
string
options
:
LookupOptions
= {}
Returns
Promise
<
Cls
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
instance
lookup
modal
Loading...
Represents a deployed Modal Cls.