PathLock

object PathLock
class Object
trait Matchable
class Any

Value members

Concrete methods

def id: SelectionBuilder[PathLock, PathLockID]

ID of the path lock.

ID of the path lock.

def path: SelectionBuilder[PathLock, Option[String]]

The locked path.

The locked path.

def user[A](innerSelection: SelectionBuilder[UserCore, A]): SelectionBuilder[PathLock, Option[A]]

The user that has locked this path.

The user that has locked this path.