Skip to main content
Version: 22.8.0

Locator.clone() method

Clones the locator.

Signature:

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

Returns:

Locator<T>