Vizel API / core/src / VizelLinkEditorLabels
Interface: VizelLinkEditorLabels
Defined in: packages/core/src/builders/link-editor.ts:14
Localized labels for the VizelLinkEditor form, resolved from a VizelLocale (with sensible English fallbacks).
Each framework's VizelLinkEditor reads these strings directly rather than re-evaluating the locale?.linkEditor?.* ?? "..." chain inline. This guarantees the three frameworks ship identical label strings and consolidates the fallback list to one place.
Properties
apply
apply: string;Defined in: packages/core/src/builders/link-editor.ts:17
applyAriaLabel
applyAriaLabel: string;Defined in: packages/core/src/builders/link-editor.ts:18
embedAsRichContent
embedAsRichContent: string;Defined in: packages/core/src/builders/link-editor.ts:24
openInNewTab
openInNewTab: string;Defined in: packages/core/src/builders/link-editor.ts:21
removeLink
removeLink: string;Defined in: packages/core/src/builders/link-editor.ts:19
removeLinkAriaLabel
removeLinkAriaLabel: string;Defined in: packages/core/src/builders/link-editor.ts:20
urlAriaLabel
urlAriaLabel: string;Defined in: packages/core/src/builders/link-editor.ts:15
urlPlaceholder
urlPlaceholder: string;Defined in: packages/core/src/builders/link-editor.ts:16
visit
visit: string;Defined in: packages/core/src/builders/link-editor.ts:22
visitTitle
visitTitle: string;Defined in: packages/core/src/builders/link-editor.ts:23