igniteui-react-core
Version:
Ignite UI React Core.
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 p;
get actionId(): string;
set actionId(a: string);
private q;
get actionType(): string;
set actionType(a: string);
private i;
get isModified(): boolean;
set isModified(a: boolean);
private h;
get boolValue(): boolean;
set boolValue(a: boolean);
private n;
get numberValue(): number;
set numberValue(a: number);
private l;
get dateTimeValue(): Date;
set dateTimeValue(a: Date);
private s;
get untypedValueRef(): string;
set untypedValueRef(a: string);
private r;
get stringValue(): string;
set stringValue(a: string);
}