umbot
    Preparing search index...

    Variable T_OPEN_URLConst Readonly

    T_OPEN_URL: "open-url" = 'open-url'

    Тип кнопки для открытия URL в браузере Viber.

    import { ViberButton } from 'umbot/plugins';

    controller.buttons.addLink('Открыть сайт', 'https://example.com', '', {
    ActionType: ViberButton.T_OPEN_URL,
    });