survey-angular-ui
Version:
survey.js is a JavaScript Survey Library. It is a modern way to add a survey to your website. It uses JSON for survey metadata and results.
19 lines (18 loc) • 857 B
TypeScript
import { ElementRef } from "@angular/core";
import { BaseAngular } from "../../base-angular";
import { Action, ActionContainer } from "survey-core";
import * as i0 from "@angular/core";
export declare class ActionBarComponent extends BaseAngular<ActionContainer> {
model: ActionContainer;
handleClick: any;
container: ElementRef<HTMLDivElement>;
getModel(): ActionContainer;
trackActionBy(_: number, action: Action): number;
get allowOnClick(): boolean;
protected onModelChanged(): void;
onClick(event: Event): void;
ngAfterViewInit(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ActionBarComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ActionBarComponent, "sv-action-bar, sv-ng-action-bar", never, { "model": "model"; "handleClick": "handleClick"; }, {}, never, never>;
}