/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
typings/angular-shepherd.d.ts
29 строк
722 B
tanmaygoyal2007
Fix #25998: Replaced ngx-joyride with angular-shepherd for Angular 12 compatibility (#26460)
16 июл 2026, 15:38
Не верифицирован
16 июл 2026, 15:38
abd4b54
Код
Авторство
О чём код?
declare module 'angular-shepherd' { export class ShepherdService { confirmCancel: boolean; confirmCancelMessage: string; defaultStepOptions: object; errorTitle: any; isActive: boolean; messageForUser: string; modal: boolean; requiredElements: any[]; steps: any[]; tourName: any; tourObject: { on: (eventName: string, cb: () => void) => void; start: () => void; complete: () => void; cancel: () => void; } | null; back(): void; cancel(): void; complete(): void; hide(): void; next(): void; show(id: any): void; start(): void; onTourFinish(completeOrCancel: string): void; addSteps(steps: Array<any>): void; } }