Well Known Event Attrs - notify-rs/notify GitHub Wiki

Events have an attrs field that’s an AnyMap. Within may be arbitrary data, and that data can only be extracted if something knows what type it is. Some of these types are called “well-known” and standardised here, to be used accordingly for interoperability. Others are domain– or vendor– specific, and may either be at the bottom of this page and/or documented on the component that produces or makes use of them.

Well-known

Type Description Link
Tracker(usize) Tracking ID for related events. TBC
Info(String) Extended information for Other event kinds. TBC
Source(String) Source of the event. TBC
Flag Standardised meta-information. TBC

Not well known

Type Description Source Link