igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
39 lines (38 loc) • 1.04 kB
TypeScript
import { Description } from "./Description";
import { Type } from "./type";
/**
* @hidden
*/
export declare class RippleDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
constructor();
private u;
get eventSourceRef(): string;
set eventSourceRef(a: string);
private w;
get rippleColor(): string;
set rippleColor(a: string);
private v;
get hoverColor(): string;
set hoverColor(a: string);
private s;
get actualHoverColor(): string;
set actualHoverColor(a: string);
private t;
get actualRippleColor(): string;
set actualRippleColor(a: string);
private q;
get rippleDuration(): number;
set rippleDuration(a: number);
private l;
get isDisabled(): boolean;
set isDisabled(a: boolean);
private k;
get isCentered(): boolean;
set isCentered(a: boolean);
private m;
get isHoverEnabled(): boolean;
set isHoverEnabled(a: boolean);
}