igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
36 lines (35 loc) • 928 B
TypeScript
import { Description } from "./Description";
import { Type } from "./type";
/**
* @hidden
*/
export declare class ToolActionEventDetailDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
constructor();
private s;
get actionId(): string;
set actionId(a: string);
private t;
get actionType(): string;
set actionType(a: string);
private l;
get isModified(): boolean;
set isModified(a: boolean);
private k;
get boolValue(): boolean;
set boolValue(a: boolean);
private q;
get numberValue(): number;
set numberValue(a: number);
private o;
get dateTimeValue(): Date;
set dateTimeValue(a: Date);
private v;
get untypedValueRef(): string;
set untypedValueRef(a: string);
private u;
get stringValue(): string;
set stringValue(a: string);
}