Member Junction
    Preparing search index...

    Implements

    • AfterViewInit
    • OnDestroy
    Index

    Constructors

    Properties

    Cancelled: EventEmitter<void> = ...

    Forwarded from the mounted driver when the user dismisses it.

    Completed: EventEmitter<EntityActionUXResult> = ...

    Forwarded from the mounted driver when it finishes.

    The work context handed to the driver.

    DriverClass: string

    Registration key of the driver to mount (the entity action's RuntimeUXDriverClass).

    DriverNotFound: EventEmitter<string> = ...

    Emitted when the named driver can't be resolved (misconfiguration), so the host can fall back.

    Methods

    • A callback method that is invoked immediately after Angular has completed initialization of a component's view. It is invoked only once when the view is instantiated.

      Returns void

    • A callback method that performs custom clean-up, invoked immediately before a directive, pipe, or service instance is destroyed.

      Returns void