@mendix/extensions-api - v0.10.0
Mendix Docs
Mendix
Preparing search index...
JavaScriptActions
JavaScriptActionCreationOptions
Interface JavaScriptActionCreationOptions
interface
JavaScriptActionCreationOptions
{
documentation
?:
string
;
name
:
string
;
platform
?:
"All"
|
"Native"
|
"Web"
;
returnName
?:
string
;
returnType
:
{
entity
?:
string
;
enumeration
?:
string
;
type
:
|
"Boolean"
|
"Decimal"
|
"Enumeration"
|
"String"
|
"Object"
|
"Void"
|
"Date and time"
|
"Integer/Long"
|
"List"
;
typeParameter
?:
string
;
}
;
toolBoxInformation
?:
{
caption
?:
string
;
category
:
string
}
;
typeParameters
?:
string
[]
;
}
Index
Properties
documentation?
name
platform?
return
Name?
return
Type
tool
Box
Information?
type
Parameters?
Properties
Optional
documentation
documentation
?:
string
name
name
:
string
Optional
platform
platform
?:
"All"
|
"Native"
|
"Web"
Optional
return
Name
returnName
?:
string
return
Type
returnType
:
{
entity
?:
string
;
enumeration
?:
string
;
type
:
|
"Boolean"
|
"Decimal"
|
"Enumeration"
|
"String"
|
"Object"
|
"Void"
|
"Date and time"
|
"Integer/Long"
|
"List"
;
typeParameter
?:
string
;
}
Optional
tool
Box
Information
toolBoxInformation
?:
{
caption
?:
string
;
category
:
string
}
Optional
type
Parameters
typeParameters
?:
string
[]
Settings
Theme
OS
Light
Dark
On This Page
Properties
documentation
name
platform
return
Name
return
Type
tool
Box
Information
type
Parameters
Mendix Docs
Mendix
@mendix/extensions-api - v0.10.0
Loading...