Represents observable properties of the activity state.

interface WatchableActivityStateProperties {
    active: boolean;
}

Hierarchy (View Summary)

Properties

Properties

active: boolean

Indicates if a user is active.