turbodombuilder - v0.9.22
    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.

      • dataKey: string | number | symbol

        The key of the data.

      • blockKey: string | number

        The key of the block.

      Returns void

      Marks the signal bound to the given key in the block at blockKey inside target as dirty and fires all of its attached effects.