SystemEvent

A system entry, such as a hook summary or notice.

Usage

Source

SystemEvent(
    meta,
    subtype,
    content,
)

Parameter Attributes

meta: EntryMeta
subtype: str
content: 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.