BaseFormComponentEventCodes: {
    BASE_CODE: "BaseFormComponent_Event";
    EDITING_COMPLETE: "EDITING_COMPLETE";
    POPULATE_PENDING_RECORDS: "POPULATE_PENDING_RECORDS";
    REVERT_PENDING_CHANGES: "REVERT_PENDING_CHANGES";
} = ...

Enum used for common events coordination throughout various types of application components and forms

Type declaration

  • Readonly BASE_CODE: "BaseFormComponent_Event"
  • Readonly EDITING_COMPLETE: "EDITING_COMPLETE"
  • Readonly POPULATE_PENDING_RECORDS: "POPULATE_PENDING_RECORDS"
  • Readonly REVERT_PENDING_CHANGES: "REVERT_PENDING_CHANGES"