Mapping of property names that will be passed from the localization form to the custom Piral extension used for editing the localized value

Hierarchy

  • UiFieldCustomDefinitionEditPropertyMap

Properties

locale?: string

The name of the property that contains the locale (defaults to 'locale' if not provided)

on_change?: string

The name of the property that contains the callback function that should be called when the value is changed (defaults to 'onChange' if not provided)

value?: string

The name of the property that contains the localized value (defaults to 'value' if not provided)

Generated using TypeDoc