UI Component Reference - v2.63.2
    Preparing search index...

    Interface LoggingDataMetric

    interface LoggingDataMetric {
        queryRef: LoggingDataQueryRef;
        time: number;
        value: LoggingDataValue;
    }
    Index

    Properties

    Properties

    queryRef: LoggingDataQueryRef

    The ref provided in the query, else this is generated

    time: number

    The time the value was logged

    The queries result value