Axinom Mosaic Libraries
    Preparing search index...

    Interface UiFieldCustomDefinitionEditPropertyMap

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

    interface UiFieldCustomDefinitionEditPropertyMap {
        locale?: string;
        on_change?: string;
        value?: string;
    }
    Index

    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)