Member Junction
    Preparing search index...

    A slide-in panel that displays detailed query information. Features:

    • Expandable sections for fields, parameters, and SQL
    • Resizable width with persistence
    • Open button to navigate to full record

    Implements

    • OnInit
    • OnDestroy
    Index

    Constructors

    Properties

    Close: EventEmitter<void> = ...
    CompositionTokenClick: EventEmitter<CompositionTokenClickEvent> = ...
    ExpandedSections: Set<string> = ...
    OpenRecord: EventEmitter<OpenQueryRecordEvent> = ...
    PanelWidth: number = 450
    QueryInfo: MJQueryEntityExtended | null = null
    ShowOverlay: boolean = true
    Visible: boolean = false

    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