Member Junction
    Preparing search index...
    Index

    Constructors

    Properties

    Closed: EventEmitter<void> = ...

    Emitted when the user closes the panel.

    Icon: string = 'fa-solid fa-list'

    Icon class shown next to the title.

    IsLoading: boolean = false

    Whether records are currently loading.

    OpenRecord: EventEmitter<DrilldownOpenRequest> = ...

    Emitted when the user clicks a record to open it.

    Records: DrilldownRecord[] = []

    The records to list.

    Subtitle: string = ''

    Optional sub-heading under the title (e.g. "12 records").

    Title: string = ''

    Panel heading (e.g. the tag text or the selected record's label).

    Visible: boolean = false

    Whether the panel is visible.

    Methods