Member Junction
    Preparing search index...

    A dialog wrapper component for the Action Test Harness. This component provides a modal dialog experience without Kendo dependencies.

    Usage: <mj-action-test-harness-dialog [Action]="myAction" [ActionParams]="myParams" [IsOpen]="showDialog" (Close)="onDialogClose()" (ExecutionComplete)="onExecutionComplete($event)">

    Implements

    • OnInit
    Index

    Constructors

    Properties

    Close: EventEmitter<void> = ...
    ExecutionComplete: EventEmitter<ActionResult> = ...

    Accessors

    Methods

    • A callback method that is invoked immediately after the default change detector has checked the directive's data-bound properties for the first time, and before any of the view or content children have been checked. It is invoked only once when the directive is instantiated.

      Returns void