ChemPal Documentation - v1.6.0
    Preparing search index...

    Type Alias BadgeOutput

    BadgeOutput:
        | { kind: "animate" }
        | { kind: "text"; value: string }
        | { kind: "clear" }

    What the controller should render on the badge after handling an event.