Member Junction
    Preparing search index...

    Base class for all Angular components in the MemberJunction system.

    Hierarchy (View Summary)

    Implements

    • OnDestroy
    Index

    Constructors

    Properties

    AllowBreakpointEditing: boolean = true
    Breakpoints: readonly string[] = []
    Busy: boolean = false
    ConnectionSelected: EventEmitter<TaskGraphRunConnectionSelectedEvent> = ...
    ControlError: string | null = null
    ControlFailed: EventEmitter<string> = ...
    EdgeOverrides: Readonly<Record<string, "true" | "false">> = {}
    Enabled: boolean = true
    Frame: EventEmitter<TaskGraphRunFrame> = ...
    Height: string = '100%'
    Invocation: WorkflowInvocationRoots | null = null
    IsSettled: boolean = false
    LatestFrame: TaskGraphRunFrame | null = null
    LegendToggled: EventEmitter<boolean> = ...
    LiveUpdates: boolean = true
    NodeSelected: EventEmitter<TaskGraphRunNodeSelectedEvent> = ...
    Paused: boolean = false

    Claim-gated. Public so a host toolbar can bind the same flag.

    PausedAtTaskID: string | null = null
    PausedChange: EventEmitter<boolean> = ...
    PollIntervalSeconds: number = 3
    Provider: IMetadataProvider | null

    If specified, this provider will be used for communication and for all metadata purposes. By default, if not provided, the Metadata and RunView classes are used for this and the default GraphQLDataProvider is used which is connected to the same back-end MJAPI instance as the Metadata and RunView classes. If you want to have this component connect to a different MJAPI back-end, create an instance of a ProviderBase sub-class like GraphQLDataProvider/etc, and configure it as appropriate to connect to the MJAPI back-end you want to use, and then pass it in here.

    ReplayAt: Date | null = null
    RunView: TaskGraphRunViewComponent | undefined
    Settled: EventEmitter<void> = ...
    SettledChange: EventEmitter<boolean> = ...
    ShowCanvasToolbar: boolean = true
    ShowChrome: boolean = true

    VCR + error line above the canvas. Off if the host already has its own bar.

    ShowLegend: boolean = false
    ShowVariables: boolean = true
    ToolbarAlign: FlowToolbarAlign = 'left'
    ToolbarVisibility: FlowToolbarVisibility = 'minimized'
    WorkflowName: string = 'Workflow'
    "ɵdir": unknown
    "ɵfac": ɵɵFactoryDeclaration<BaseAngularComponent, never>

    Accessors

    • get ProviderToUse(): IMetadataProvider

      Returns either the default Metadata provider or the one specified in the Provider property, if it was specified

      Returns IMetadataProvider

    • get RunQueryToUse(): IRunQueryProvider

      Returns either the default RunQuery provider or the one specified in the Provider property, if it was specified

      Returns IRunQueryProvider

    • get RunViewToUse(): IRunViewProvider

      Returns either the default RunView provider or the one specified in the Provider property, if it was specified

      Returns IRunViewProvider

    Methods