- Preparing search index...
- The search index is not available
contentful.js
Type alias ResolvedAssetLink<Modifiers, Locales>Internal
ResolvedAssetLink<Modifiers, Locales>: ChainModifiers extends Modifiers ? Asset<Modifiers, Locales> | { sys: AssetLink; } | undefined : "WITHOUT_LINK_RESOLUTION" extends Modifiers ? { sys: AssetLink; } : "WITHOUT_UNRESOLVABLE_LINKS" extends Modifiers ? Asset<Modifiers, Locales> | undefined : Asset<Modifiers, Locales> | { sys: AssetLink; }
A single resolved link to another asset If the current client configuration includes
withoutLinkResolution
chain option, the returned type will not resolve linked entities, but keep them as objects If the current client configuration includeswithoutUnresolvableLinks
chain option, the returned type will not include non-resolvable linked entities