turbodombuilder - v0.9.66
    Preparing search index...

    Function markDirty

    • Function

      markDirty

      Parameters

      • target: object

        The target to which the signal is bound.

      • key: PropertyKey

        The key of the signal inside target.

      Returns void

      Marks the signal at the given key inside target as dirty and fires all of its attached effects.

    • Function

      markDirty

      Parameters

      • target: object

        The target to which the signal is bound.

      • ...keys: KeyType[]

        The key path of the data.

      Returns void

      Marks the signal bound to the given key path inside target as dirty and fires all attached effects.