Parameter for the overrides function to supply its options.

interface BuilderOverrideOptions {
    favorUIMessages?: boolean;
    convertPropertyToInput?: boolean;
}

Properties

favorUIMessages?: boolean

When true, use the favorUIMessages() function to delete any error messages supplied by business logic for which you have a replacement in TextLocalizationService. If undefined, it defaults to true.

convertPropertyToInput?: boolean

When true, use the convertPropertyToInput() function to replace the valueHostType property value, from 'Property' to 'Input' (no changes to any other case). This allows business logic to output in its preferred ValueHostType and UI to upscale it to InputValueHost.

Generated using TypeDoc v0.25.12