Member Junction
    Preparing search index...

    Abstract base for a runtime-UX driver. @Directive() (not @Component) so it can be a decorated, DI-capable base class without its own template; concrete drivers supply the @Component.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    AppliedResult?: RunSummary
    Cancelled: EventEmitter<void> = ...

    Emit when the user dismisses the driver without completing.

    ChangedRecordCount: number = 0
    Completed: EventEmitter<EntityActionUXResult> = ...

    Emit when the driver has finished its work (applied or not — see EntityActionUXResult).

    The work context, set by the host immediately after construction (before Start).

    DiffRows: RecordDiffRow[] = []
    ErrorMessage: string = ''
    PreviewResult?: RunSummary
    State: RunnerState = 'loading'
    TotalChangeCount: number = 0
    Truncated: boolean = false

    Accessors

    Methods