• Maps each source value to its specified nested property.

    Type Parameters

    • TSource

      The type of the elements in the source sequence.

    • TResult

      The type of the elements in the result sequence, obtained by the property names.

    Parameters

    • Rest ...args: string[]

      The nested properties to pluck from each source value.

    Returns OperatorFunction<TSource, TResult>

    An iterable of property values from the source values.

Generated using TypeDoc