74f588f1c1
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
717 B
717 B
sidebar_label |
---|
Locator.off |
Locator.off() method
Signature:
class Locator {
off<K extends keyof LocatorEventObject>(
eventName: K,
handler: (event: LocatorEventObject[K]) => void
): this;
}
Parameters
Parameter | Type | Description |
---|---|---|
eventName | K | |
handler | (event: LocatorEventObject[K]) => void |
Returns:
this