EntitiesAddresslocked$Copy page|View as Markdown|Open in Claude|More actionsget locked$(): Observable<boolean> Observable indicating whether the address (room) is locked. locked get locked(): boolean Whether the address (room) is locked. Examples address.locked$.subscribe((locked) => { console.log('locked:', locked);});