Skip to main content
Version: 22.10.0

Locator.clone() method

Clones the locator.

Signature:

class Locator {
clone(): Locator<T>;
}

Returns:

Locator<T>