EventArgDesc
EventArgDesc
Describes an available event argument name for an Event type, which can be used in EventAlarmExpression.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"name": "string",
"type": "string",
"description": {
"_typeName": "string",
"label": "string",
"summary": "string",
"key": "string"
}
}
string
name
Required
The name of the argument
string
type
Required
The type of the argument.
description
Optional
The localized description of the event argument.
The key holds the localization prefix for the argument, which is decided by the Event type that it is actually declared in, which may be a base type of this event type.