Optional
options: boolean | HistoryPropertyOptions<This>Allows to adjust property changes tracking.
Marks the array property as available for tracking ref and collection changes, allowing those changes to be undone and redone.
Optional
options: boolean | Omit<HistoryPropertyOptions<This>, "container">Allows to adjust property changes tracking.
Marks the map property as available for tracking ref and collection changes, allowing those changes to be undone and redone.
Optional
options: boolean | Omit<HistoryPropertyOptions<This>, "container">Allows to adjust property changes tracking.
Marks the set property as available for tracking ref and collection changes, allowing those changes to be undone and redone.
Optional
options: boolean | Omit<HistoryPropertyOptions<This>, "container">Allows to adjust property changes tracking.
Marks the property as available for tracking ref changes, allowing those changes to be undone and redone.