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