umbot - v2.0.8
    Preparing search index...

    Interface ISberSmartAppAppInfo

    Информация о смартапе Содержит идентификаторы и настройки приложения

    interface ISberSmartAppAppInfo {
        projectId: string;
        applicationId: string;
        appversionId: string;
        frontendEndpoint?: string;
        frontendType?: TSberSmartAppType;
        systemName?: string;
        frontendStateId?: string;
    }
    Index

    Properties

    projectId: string

    ID проекта в SmartApp Studio

    applicationId: string

    ID смартапа

    appversionId: string

    ID опубликованной версии

    frontendEndpoint?: string

    URL веб-приложения (для Canvas Apps)

    frontendType?: TSberSmartAppType

    Тип смартапа Определяет обработку навигационных команд

    systemName?: string

    Читаемый ID проекта

    frontendStateId?: string

    Объединенный ID проекта, приложения и версии