Skip to main content
Version: 21.3.5

Locator.clone() method

Clones the locator.

Signature:

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

Returns:

Locator<T>