Skip to content

Vizel API / core/src / resolveVizelLinkEditorLabels

Function: resolveVizelLinkEditorLabels()

ts
function resolveVizelLinkEditorLabels(locale): VizelLinkEditorLabels;

Defined in: packages/core/src/builders/link-editor.ts:30

Resolve the link-editor labels from a locale (or fall back to English).

Parameters

ParameterType
localeVizelLocale | undefined

Returns

VizelLinkEditorLabels

Released under the MIT License.