import { Injectable, ElementRef } from '@angular/core'; @Injectable() export class PageWalkerOptions { 'walkId':string; 'title':string; 'subtitle'?:string; 'coord':number[]; 'size':number[]; "pageLength":number; "currentIndex":number; "imgSrc":string; "position"?:'left' | 'right' | 'top' | 'bottom'; }