OptionaldisableErrorBadge?: booleanOptionaldisableLoad?: booleanOptionalerrors?: ErrorObject[]Controlled errors: when provided with onErrorsChange, caller handles validation errors.
OptionalonErrorsChange?: (errors: ErrorObject[]) => voidOptionalonSaveError?: (error: Error) => voidWhen set, invoked instead of emitting entity-save-failed on the intent bus.
OptionalonSaveSuccess?: () => voidWhen set, invoked instead of emitting entity-saved on the intent bus after save.
OptionalpreventSaveOnError?: booleanWhen true, save/accept is disabled while there are validation errors. Default false.
When true, hide the tooltip and error badge on the accept button. Default false.