MAIDR Documentation - v3.69.0
    Preparing search index...

    Interface LiveDataEvent

    Event delivered to a registered chart instance when its data changes.

    interface LiveDataEvent {
        maidr: Maidr;
        appended?: AppendedPointInfo;
    }
    Index

    Properties

    Properties

    maidr: Maidr

    The complete updated Maidr config.

    Present for appendData updates; identifies the new point.