Member Junction
    Preparing search index...

    Implements

    • OnChanges
    Index

    Constructors

    Properties

    CompanyIntegrationID: string | null = null
    IsLoading: boolean = false
    IsLoadingDetails: boolean = false
    RunDetails: RunDetailRow[] = []
    Runs: IntegrationRunRow[] = []
    SelectedRunID: string | null = null
    ShowErrorLog: boolean = false
    ViewProvider: IRunViewProvider | null = null

    Methods

    • A callback method that is invoked immediately after the default change detector has checked data-bound properties if at least one has changed, and before the view and content children are checked.

      Parameters

      • changes: { [propName: string]: SimpleChange<any> }

        The changed properties.

      Returns void