Documentation - v7.4.0
    Preparing search index...

    Interface ClocksState

    Pair of a relative time and its corresponding absolute timestamp.

    interface ClocksState {
        relative: RelativeTime;
        timeStamp: TimeStamp;
    }
    Index

    Properties

    Properties

    relative: RelativeTime
    timeStamp: TimeStamp