Member Junction
    Preparing search index...

    A single selectable entry in the view-type switcher. Built from the MJ: View Types registry (via ViewTypeEngine) for the bound entity.

    interface ViewTypeSwitcherOption {
        Icon: string;
        Key: string;
        Label: string;
        ViewTypeId: string;
    }
    Index

    Properties

    Icon: string

    Font Awesome icon class (from ViewType.Icon metadata).

    Key: string

    Stable key — the descriptor's Name (== MJ: View Types.DriverClass), e.g. "GridViewType", "ClusterViewType". Used as the @for track key.

    Label: string

    User-facing label (from ViewType.DisplayName).

    ViewTypeId: string

    The MJ: View Types row ID — what gets emitted and persisted as the active view type.