Skip to content

Wire untrack change

Untrack a change to a property in this object

Usage

$wire->untrackChange(string $what);

Arguments

Name

Type(s)

Description

what

string

Name of property that you want to remove its change being tracked

Return value

$this

Object instance it was called from (method supports fluent interface).