the initial default entity, hence the initial entity state before the load effect.
Optional eagerspecifies whether the load behavior should be subscribed eagerly (defaults to false)
Optional entityUsed to determine if the current entity state differs from default. Note that the default might differ from configured defaultEntity! A successful load effect will set a new default, as well as dispatching a setAsDefault event. This funtion defaults to shallowEquals, if not specified.
Optional onoptional event id for an event that should be dispatched on all save completed events
Optional validationif specified with a value >0, this will be used as debounce-time for the validation-effect
Generated using TypeDoc
Type specifying the configuration for EntityEditFactory,