Configuration of the Piral extension used for viewing the source value

Hierarchy

  • UiFieldCustomDefinitionView

Properties

component: string

Piral extension name that will be used for viewing source value

Mapping of property names that will be passed from the localization form to the custom Piral extension for viewing the source 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