@squawk
    Preparing search index...

    Interface BeastMessageEventDetail

    Detail payload carried by the beast:message event, dispatched once per deframed frame - whether or not it decoded successfully.

    interface BeastMessageEventDetail {
        frame: BeastFrame;
    }
    Index
    frame: BeastFrame

    The deframed frame. Check frame.decoded for whether the message itself decoded.