Member Junction
    Preparing search index...

    Variable BaseFormComponentEventCodesConst

    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

    • ReadonlyBASE_CODE: "BaseFormComponent_Event"
    • ReadonlyEDITING_COMPLETE: "EDITING_COMPLETE"
    • ReadonlyPOPULATE_PENDING_RECORDS: "POPULATE_PENDING_RECORDS"
    • ReadonlyREVERT_PENDING_CHANGES: "REVERT_PENDING_CHANGES"