interface State {
    changeIndication: ResourceMonitoring.ChangeIndication;
    inPlaceIndicator?: boolean;
    lastChangedTime?: null | number;
}

Hierarchy

  • StateType
    • State

Properties

inPlaceIndicator?: boolean
lastChangedTime?: null | number