SystemEvent
A system entry, such as a hook summary or notice.
Usage
SystemEvent(
meta,
subtype,
content,
)Parameter Attributes
meta: EntryMetasubtype: strcontent: str | None
Attributes
meta: EntryMeta-
The entry envelope metadata.
subtype: str-
The system entry’s subtype.
content: str | None- The entry’s text content, when present.