The information of a Lock.

Hierarchy

  • LockDetail

Constructors

Properties

Constructors

  • Parameters

    • Optional props: Partial<{
          lockName?: string;
          owner?: string;
          ttl?: number;
      }>

    Returns LockDetail

Properties

lockName?: string

The name of the lock.

owner?: string

The owner of the lock. Only valid when user getLocks or receive LockEvent with RTM_LOCK_EVENT_TYPE_SNAPSHOT

ttl?: number = 0

The ttl of the lock.