template-for-typescript-projects
Preparing search index...
application/port/CreateAlertCommand
CreateAlertCommand
Interface CreateAlertCommand
Command payload required to create an alert.
interface
CreateAlertCommand
{
detectedValue
:
number
;
limitValue
:
number
;
periodType
?:
string
;
thresholdId
:
string
;
thresholdName
:
string
;
thresholdType
:
string
;
utilityType
:
string
;
}
Index
Properties
detected
Value
limit
Value
period
Type?
threshold
Id
threshold
Name
threshold
Type
utility
Type
Properties
Readonly
detected
Value
detectedValue
:
number
Readonly
limit
Value
limitValue
:
number
Optional
Readonly
period
Type
periodType
?:
string
Readonly
threshold
Id
thresholdId
:
string
Readonly
threshold
Name
thresholdName
:
string
Readonly
threshold
Type
thresholdType
:
string
Readonly
utility
Type
utilityType
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
detected
Value
limit
Value
period
Type
threshold
Id
threshold
Name
threshold
Type
utility
Type
template-for-typescript-projects
Loading...
Command payload required to create an alert.