Member Junction
    Preparing search index...

    Implements

    • OnInit
    • OnDestroy
    Index

    Constructors

    Properties

    Close: EventEmitter<AgentRequestPanelResult> = ...
    dynamicForm: DynamicFormComponent | undefined
    IsLoading: boolean = false
    IsOpen: boolean = false
    IsReassigning: boolean = false
    IsResizing: boolean = false
    IsSaving: boolean = false
    IsSearchingUsers: boolean = false
    panelElement: ElementRef<HTMLDivElement> | undefined
    PanelWidth: number = DEFAULT_PANEL_WIDTH
    ReassignNote: string = ''
    ReassignSearchTerm: string = ''
    ReassignUsers: { Email: string; ID: string; Name: string }[] = []
    Request: MJAIAgentRequestEntity | null = null
    RequestTypes: MJAIAgentRequestTypeEntity[] = []
    ResponseFormDefinition: AgentResponseForm | null = null
    ResponseText: string = ''
    SelectedReassignUser: { Email: string; ID: string; Name: string } | null = null
    ShowReassignDialog: boolean = false

    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