Member Junction
    Preparing search index...

    Simple list view for tasks

    Implements

    • OnChanges
    Index

    Constructors

    Properties

    agentRunMap?: Map<string, string>
    detailPanelWidth: number = 400
    openEntityRecord: EventEmitter<{ entityName: string; recordId: string }> = ...
    selectedTask: MJTaskEntity | null = null
    taskClicked: EventEmitter<MJTaskEntity> = ...
    tasks: MJTaskEntity[] = []

    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.

      Returns void