turbodombuilder - v0.9.22
    Preparing search index...

    Function setSignal

    • Function

      setSignal

      Type Parameters

      • Type = any

      Parameters

      • target: object

        The target to which the signal is bound.

      • key: PropertyKey

        The key of the signal inside target.

      • value: Type

        The new value of the signal.

      Returns void

      Set the value of the signal at the given key inside target.