Skip to main content
Skip table of contents

t_FlowMacro_Arguments_Argument

Argument : Custom Action

Argument to pass to a Custom Action.

Properties

category : string

Argument category displayed in the property view.

default : string

Default argument value. If not specified, the argument is required.

description : string

Argument description displayed in the property view.

name : identifier

Argument name.

Valid values based on“string”.
:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*

Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.

type : flowMacroArgType

Argument type. Arguments of type "any" and "list" should be specified as Scheme expressions, the other ones are taken literally.

Valid values based on“string”.
string
binary
integer
long
decimal
float
double
timestamp
boolean
any
list

Parents

Parent topic: t_FlowMacro_Arguments

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.