TemplateParameter
[ Interface ]
export interface TemplateParameter {
name: string;
type: string;
description: string;
structDataType: any;
}
Describes a parameter that is used in an ActionTemplate.
Properties
Name | Type | Description |
---|---|---|
name | Name of the parameter. | |
type | Parameter type. | |
description | Parameter description. | |
structDataType |
|
Available from version 1.12 |