@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) • 1.03 kB
TypeScript
export type { IRefreshMessageData, IRefreshMessageMetadata, IUpdateMessageData, IUpdateMessageElement, } from "./lib/IFrameCommunicatorTypes";
export type { AssetElementUpdateData, CustomElementUpdateData, DatetimeElementUpdateData, ElementUpdateData, LinkedItemsElementUpdateData, MultipleChoiceElementUpdateData, NumberElementUpdateData, RichTextElementUpdateData, TaxonomyElementUpdateData, TextElementUpdateData, UrlSlugElementUpdateData, } from "./models/ElementUpdateData";
export { KontentSmartLinkEvent } from "./sdk";
export { default, default as KontentSmartLink } from "./smartlink";
export * from "./utils/dataAttributes/helpers";
export { type BuildComponentElementLinkParams, type BuildElementLinkParams, type BuildItemLinkParams, type BuildKontentElementLinkParams, buildKontentElementLink, buildKontentItemLink, } from "./utils/link";
export { applyUpdateOnItem, applyUpdateOnItemAndLoadLinkedItems } from "./utils/liveReload";
export { ElementPositionOffset } from "./web-components/abstract/KSLPositionedElement";