S or /

Class AlertBundle

from egui.commonmark import AlertBundle
class AlertBundle:

Methods§

@staticmethod def empty() -> AlertBundle§
@staticmethod def from_alerts(alerts: Sequence[Alert]) -> AlertBundle§
@staticmethod def gfm() -> AlertBundle§
def into_alerts(self, /) -> list[Alert]§
def is_empty(self, /) -> bool§