Member Junction
    Preparing search index...

    A driver's terminal outcome, emitted to the host.

    interface EntityActionUXResult {
        Completed: boolean;
        Message?: string;
        RefreshData?: boolean;
    }
    Index

    Properties

    Completed: boolean

    True when the driver applied work; false when the user backed out without applying.

    Message?: string

    Optional human-readable summary (e.g. "Updated 42 records").

    RefreshData?: boolean

    When true, the host should refresh the underlying grid/list (data changed).