turbodombuilder - v0.9.22
    Preparing search index...

    Function getSignal

    • Function

      getSignal

      Type Parameters

      • Type = any

      Parameters

      • target: object

        The target to which the signal is bound.

      • key: PropertyKey

        The key of the signal inside target.

      Returns SignalEntry<Type>

      • The signal entry.

      Retrieve the signal at the given key inside target.