setData
Type:
<object> | <function>
A data mapper that will be invoked before mounting the card.
When an <object> is passed to
setData
, the custom data provided will be merged with the original data.- React
- Vue
- Jekyll
- Vanilla
The data provided will be merged with the original data extracted.
Additionally you can pass a <function> where in this case the first argument that received will be the data fetched using fetchData:
Skip internal fetch providing a function as setData.
The function should return all the data necessary to be mounted.