Member Junction
    Preparing search index...

    Payload emitted by ViewTypeSwitcherComponent.ViewTypeSelected when the user picks a view type from the menu.

    interface ViewTypeSelectedEvent {
        driverClass: string;
        viewTypeId: string;
    }
    Index

    Properties

    driverClass: string

    The descriptor DriverClass / Name of the selected view type (e.g. "ClusterViewType").

    viewTypeId: string

    The MJ: View Types row ID that was selected.