Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 576 Bytes

File metadata and controls

23 lines (12 loc) · 576 Bytes

{% if book.isPdf %}

pluck

{% else %}

{% endif %}

Projects each element of an observable sequence into a new form by incorporating the element's index.

Arguments

  1. property (String): The property to pluck.

Returns

(Observable): Returns a new Observable sequence of property values.

Example