UNPKG

@kontent-ai/smart-link

Version:

Kontent.ai Smart Link SDK allowing to automatically inject [smart links](https://docs.kontent.ai/tutorials/develop-apps/build-strong-foundation/set-up-editing-from-preview#a-using-smart-links) to Kontent.ai according to manually specified [HTML data attri

9 lines (8 loc) 721 B
export type { IUpdateMessageData, IUpdateMessageElement, IRefreshMessageData, IRefreshMessageMetadata, } from './lib/IFrameCommunicatorTypes'; export { default, default as KontentSmartLink } from './smartlink'; export { KontentSmartLinkEvent } from './sdk'; export { buildKontentElementLink, buildKontentItemLink, type BuildKontentElementLinkParams, type BuildItemLinkParams, type BuildElementLinkParams, type BuildComponentElementLinkParams, } from './utils/link'; export { applyUpdateOnItemAndLoadLinkedItems, applyUpdateOnItem } from './utils/liveReload'; export * from './models'; export * from './utils/dataAttributes/helpers'; export { ElementPositionOffset } from './web-components/abstract/KSLPositionedElement';