• Marks the property as available for tracking ref changes, allowing those changes to be undone and redone.

    Type Parameters

    • This = unknown

    Parameters

    • Optionaloptions: boolean | HistoryPropertyOptions<This>

      Allows to adjust property changes tracking.

    Returns MethodDecorator

    If a boolean value is passed to the options, it indicates whether deep tracking is allowed.

Methods

Methods

  • Marks the array property as available for tracking ref and collection changes, allowing those changes to be undone and redone.

    Type Parameters

    • This = unknown

    Parameters

    • Optionaloptions: boolean | Omit<HistoryPropertyOptions<This>, "container">

      Allows to adjust property changes tracking.

    Returns MethodDecorator

    If a boolean value is passed to the options, it indicates whether deep tracking is allowed.

  • Marks the map property as available for tracking ref and collection changes, allowing those changes to be undone and redone.

    Type Parameters

    • This = unknown

    Parameters

    • Optionaloptions: boolean | Omit<HistoryPropertyOptions<This>, "container">

      Allows to adjust property changes tracking.

    Returns MethodDecorator

    If a boolean value is passed to the options, it indicates whether deep tracking is allowed.

  • Marks the set property as available for tracking ref and collection changes, allowing those changes to be undone and redone.

    Type Parameters

    • This = unknown

    Parameters

    • Optionaloptions: boolean | Omit<HistoryPropertyOptions<This>, "container">

      Allows to adjust property changes tracking.

    Returns MethodDecorator

    If a boolean value is passed to the options, it indicates whether deep tracking is allowed.

MMNEPVFCICPMFPCPTTAAATR