Axinom Mosaic Libraries
    Preparing search index...

    Interface UiFieldCustomDefinitionEdit

    Configuration of the Piral extension used for editing the translated value

    interface UiFieldCustomDefinitionEdit {
        component: string;
        property_map?: UiFieldCustomDefinitionEditPropertyMap;
        props?: {
            [name: string]:
                | string
                | number
                | boolean
                | unknown[]
                | { [name: string]: unknown };
        };
    }
    Index

    Properties

    component: string

    Custom Piral extension name that will be used for editing localization

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

    props?: {
        [name: string]:
            | string
            | number
            | boolean
            | unknown[]
            | { [name: string]: unknown };
    }

    Additional properties and their values defined as key-value pairs that will be passed to the edit component