Safe Haskell | None |
---|---|
Language | GHC2021 |
Navi.Data.NaviNote
Description
Provides the NaviNote
type, representing notifications.
Synopsis
- data NaviNote = MkNaviNote {}
- urgencyLevelOptDecoder :: Decoder (Maybe UrgencyLevel)
- data Timeout
- timeoutOptDecoder :: Decoder (Maybe Timeout)
- replaceOut :: Text -> NaviNote -> NaviNote
Documentation
urgencyLevelOptDecoder :: Decoder (Maybe UrgencyLevel) Source #
TOML decoder for optional UrgencyLevel
with field name "urgency".
Since: 0.1
Determines how long a notification persists.
Since: 0.1