Skip to content

fetchData

The legacy Microlink Embed SDK is no longer maintained. It keeps working and you can still use it, but it won't receive further updates. The new Microlink SDK — the microlink.io package — is the way to consume the Microlink API going forward.
Type:
<boolean>

Default: true
It determines how the data is fetched through Microlink API.
When it's true, an internal network call will be performed for getting the data.
  • React
  • Vue
  • Jekyll
  • Vanilla
<template>
  <Microlink 
    url="https://www.netflix.com/title/80057281" 
    :fetch-data="true"
  />
</template>
A network call will be performed internally for getting the data.
Passing a false disables this behavior. You can combine it with setData.