Member Junction
    Preparing search index...

    Interface MJUserViewEntity_IDisplayCardState

    Card-specific display configuration within the view display state.

    Used inside MJUserViewEntity_IDisplayState.cards. Controls card sizing when the view is in card display mode. The card template itself (title field, subtitle, display fields) is auto-derived from entity metadata at runtime.

    interface MJUserViewEntity_IDisplayCardState {
        cardSize?: "medium" | "small" | "large";
    }
    Index

    Properties

    Properties

    cardSize?: "medium" | "small" | "large"

    Custom card size