# PgIpLock.channel property · @imqueue/pg-pubsub

Source: https://imqueue.org/api/pg-pubsub/latest/pg-pubsub.pgiplock.channel/
Published: 2026-08-01
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/pg-pubsub 3.0.5 — generated reference, not hand-written

Channel this lock guards. One lock row exists per channel, so this is what the competing processes contend over.

**Signature:**

```typescript
readonly channel: string;
```

