Axinom Mosaic Libraries
    Preparing search index...

    Interface UiFieldCustomDefinitionView

    Configuration of the Piral extension used for viewing the source value

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

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

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