Member Junction
    Preparing search index...

    Implements

    • OnInit
    • OnDestroy
    Index

    Constructors

    Properties

    actions$: BehaviorSubject<ActionWithDetails[]> = ...
    actionSelected: EventEmitter<MJActionEntity> = ...
    actionsSelected: EventEmitter<MJActionEntity[]> = ...
    actionTestRequested: EventEmitter<MJActionEntity> = ...
    animateCards: boolean = false
    categories$: BehaviorSubject<MJActionCategoryEntity[]> = ...
    categoryCounts: Map<string, number> = ...
    categoryTree$: BehaviorSubject<CategoryNode[]> = ...
    config: ActionGalleryConfig = ...
    expandedCategories: Set<string> = ...
    filteredActions$: BehaviorSubject<ActionWithDetails[]> = ...
    hoveredAction: string | null = null
    isLoading$: BehaviorSubject<boolean> = ...
    preSelectedActions: string[] = []
    searchControl: FormControl<string | null> = ...
    searchInput: ElementRef<HTMLInputElement>
    selectedActions$: BehaviorSubject<Set<string>> = ...
    selectedCategory$: BehaviorSubject<string> = ...
    totalActions: number = 0
    viewMode$: BehaviorSubject<"grid" | "list"> = ...

    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