Configuration of the Piral extension used for editing the translated value

Hierarchy

  • UiFieldCustomDefinitionEdit

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;
    };
}

Type declaration

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

Generated using TypeDoc