File

src/app/models/tutorial.ts

Properties

buttons
buttons: boolean
buttonText
buttonText: string
callback
callback: any
disableSkip
disableSkip: boolean
isFeedback
isFeedback: any
keepBubble
keepBubble: boolean
moon
moon: boolean
next
next: Tutorial
normalStar
normalStar: boolean
onlySpeech
onlySpeech: boolean
phrase
phrase: any
phraseTTS
phraseTTS: any
randomSpeechMode
randomSpeechMode: boolean
shootingStar
shootingStar: boolean
textBubble
textBubble: boolean
export class Tutorial {
	phrase: any;
	phraseTTS: any;
	callback: any;
	next: Tutorial;
    randomSpeechMode: boolean;
    textBubble: boolean;
    buttons: boolean;
    buttonText: string;
    disableSkip: boolean;
    shootingStar: boolean;
    normalStar: boolean;
    moon: boolean;
    onlySpeech: boolean;
    keepBubble: boolean;
	isFeedback: any;
}

results matching ""

    No results matching ""