umbot
    Preparing search index...

    Variable T_NONEConst Readonly

    T_NONE: "none" = 'none'

    Тип кнопки без действия

    const viberButton = new ViberButton();

    // Создание информационной кнопки
    const infoButton = new Button();
    infoButton.initBtn('Информация', '', null, {
    ActionType: ViberButton.T_NONE,
    TextSize: 'small',
    TextColor: '#666666'
    });
    viberButton.buttons = [infoButton];