Interface SupportUnblockScreenStepperQuestions

interface SupportUnblockScreenStepperQuestions {
    no_desc: string;
    step: number;
    target_screen: string;
    title: string;
    yes_desc: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

no_desc: string

Текст, отображаемый при нажатии на нет

step: number
target_screen: string

Экран, на который происходит переход; обычно содержимое другого экрана - просто заголовок с текстом и кнопкой

title: string

Текст вопроса

yes_desc: string

Текст, отображаемый при нажатии на да

Generated using TypeDoc