META UI Components
    Preparing search index...

    Interface IMeCardListItem

    interface IMeCardListItem {
        avatarBackgroundColor?: string;
        avatarUrl?: string;
        badge?: string;
        content?: string;
        contentFlexSize?: number;
        contentLego?: IMeLego;
        cssStyle?: { string: string };
        footer?: string;
        footerFlexSize?: number;
        footerLego?: IMeLego;
        footerLegoItem?: IMeElem;
        hasHeader: boolean;
        headerFlexSize?: number;
        imageUrl?: string;
        kind?: string;
        metaUrlDetails?: MetaUrlDetails;
        outlined?: boolean;
        searchText?: string;
        subtitle?: string;
        title?: string;
        url: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    avatarBackgroundColor?: string

    Если нужна прокраска заднего фона под иконкой

    avatarUrl?: string

    Иконка карточки

    badge?: string
    content?: string

    Верстка контента карточки

    contentFlexSize?: number
    60
    
    contentLego?: IMeLego
    cssStyle?: { string: string }

    Ключ значение Например: {"background": "red", "font-size": "14px"}

    footer?: string

    Верстка "подвала" карточки

    footerFlexSize?: number
    15
    
    footerLego?: IMeLego

    Часть карточки (https://apps.devision.io/page?p=493c9084-85b8-4a00-a478-43ca056541a0&a=sp), ниже contentLego отображается footerLego

    footerLegoItem?: IMeElem
    hasHeader: boolean
    headerFlexSize?: number
    25
    
    imageUrl?: string

    Картинка в центре карточки

    kind?: string
    metaUrlDetails?: MetaUrlDetails
    outlined?: boolean
    searchText?: string

    Дополнительное поле для поиска

    subtitle?: string

    Подзаголовок в "шапке"

    title?: string

    Заголовок в "шапке"

    url: string

    Для entity + object высчитывается автоматически как в me-table. Указание вручную приоритетнее, автогенерации