-
Notifications
You must be signed in to change notification settings - Fork 7
Enum: Importance
Morten Rugaard edited this page Sep 5, 2022
·
1 revision
Forecast | Alert |
---|---|
Moon | Action |
Precipitation | Certainty |
Pressure | Importance |
UV Index | Severity |
Weather condition | Urgency |
Importance levels of an event.
Available as backed enumerations.
Name | Value |
---|---|
Low | low |
High | high |
Normal | normal |
Get description of importance level.
description(): string
Name | Description |
---|---|
Low | Low importance |
High | High importance |
Normal | Normal importance |