eligius
    Preparing search index...

    Class NavigationController

    Implements

    Index

    Constructors

    Properties

    activeNavigationPoint: any = null
    container: JQuery<HTMLElement> | null = null
    ctrlLookup: Record<string, LabelController> = {}
    eventbus: IEventbus | null = null
    eventhandlers: TEventbusRemover[] = []
    labelControllers: LabelController[] = []
    name: string = 'NavigationController'
    navigation: any[] = []
    navLookup: Record<string, any> = {}
    navVidIdLookup: Record<string, any> = {}

    Methods