t_FlowMacro_Arguments_Argument
Argument : Custom Action
Argument to pass to a Custom Action.
Properties
category : stringArgument category displayed in the property view.
default : stringDefault argument value. If not specified, the argument is required.
description : stringArgument description displayed in the property view.
name : identifierArgument 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 : flowMacroArgTypeArgument 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
t_FlowMacro_Arguments - Collection of Arguments that Custom Action will expect.
Parent topic: t_FlowMacro_Arguments