@mendix/extensions-api - v0.10.0
Mendix Docs
Mendix
Preparing search index...
JavaScriptActions
JavaScriptActionParameterCreationOptions
Interface JavaScriptActionParameterCreationOptions
interface
JavaScriptActionParameterCreationOptions
{
category
?:
string
;
description
?:
string
;
isRequired
?:
boolean
;
name
:
string
;
type
:
{
entity
?:
string
;
enumeration
?:
string
;
type
:
|
"Boolean"
|
"Decimal"
|
"Enumeration"
|
"String"
|
"Object"
|
"Microflow"
|
"Nanoflow"
|
"Entity"
|
"Date and time"
|
"Integer/Long"
|
"List"
;
typeParameter
?:
string
;
}
;
}
Index
Properties
category?
description?
is
Required?
name
type
Properties
Optional
category
category
?:
string
Optional
description
description
?:
string
Optional
is
Required
isRequired
?:
boolean
name
name
:
string
type
type
:
{
entity
?:
string
;
enumeration
?:
string
;
type
:
|
"Boolean"
|
"Decimal"
|
"Enumeration"
|
"String"
|
"Object"
|
"Microflow"
|
"Nanoflow"
|
"Entity"
|
"Date and time"
|
"Integer/Long"
|
"List"
;
typeParameter
?:
string
;
}
Settings
Theme
OS
Light
Dark
On This Page
Properties
category
description
is
Required
name
type
Mendix Docs
Mendix
@mendix/extensions-api - v0.10.0
Loading...