@ctodev/cclibrary-typings
Version:
Library typings for use with CLARC INFINITY
24 lines (23 loc) • 890 B
TypeScript
import { ViewContainerRef } from '@angular/core';
import { TccSliderRightComponent } from '../../components/tcc-slider-right/tcc-slider-right.component';
import { TccSingleton } from '../../../core/models/tcc-singleton.model';
export declare class TccSliderRightService implements TccSingleton {
slider: TccSliderRightComponent;
globalSlider: TccSliderRightComponent;
viewRef: ViewContainerRef;
subcription: any;
sliderId: string;
set Slider(slider: TccSliderRightComponent);
init(): void;
reset(): void;
open(slider: TccSliderRightComponent): void;
close(): void;
setGlobalSlider(slider: ViewContainerRef): void;
getGlobalSliderRef(): ViewContainerRef;
toggleGlobal(): void;
toggle(): void;
setGlobalSlider2(slider: TccSliderRightComponent): void;
closeGlobal(): void;
constructor();
setSliderId(id: string): void;
}