umbot - v2.0.8
    Preparing search index...

    Interface ISberSmartAppCardText

    Текст карточки Описывает форматированный текст

    interface ISberSmartAppCardText {
        text: string;
        typeface: TSberSmartAppTypeface;
        text_color: TSberSmartAppTextColor;
        margins?: ISberSmartAppCardPadding;
        max_lines?: number;
        actions?: ISberSmartAppCardAction;
    }
    Index

    Properties

    text: string

    Текст для отображения

    Стиль текста

    Цвет текста

    Отступы

    max_lines?: number

    Максимум строк 0 - без ограничений

    1
    

    Действия