Skip to main content
Version: Current

foundation-entity-management.entitymanagement.submitentitychanges

Home > @genesislcap/foundation-entity-management > EntityManagement > submitEntityChanges

EntityManagement.submitEntityChanges() method

Event handler for when the user submits the action for the currently open form, either editing or adding the entity

Signature:

submitEntityChanges(e: CustomEvent): Promise<void>;

Parameters

ParameterTypeDescription
eCustomEvent

CustomEvent which contains the payload for the entity to submit to the backend

Emits an event upon error

Returns:

Promise<void>