Member Junction
    Preparing search index...

    Persisted card-view configuration for a User View.

    Stored in the CardState column of the User Views entity. Controls the visual presentation when the view is displayed in card mode. All properties are optional; omitting them means "use component defaults."

    The card template itself (title field, subtitle, display fields, thumbnail priority) is auto-derived from entity metadata at runtime — this interface only stores user-chosen overrides for display preferences.

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

    Properties

    Properties

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

    Card size preset — controls card dimensions and content density