igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
19 lines (18 loc) • 543 B
TypeScript
import { Description } from "./Description";
import { ToolCommandDescription } from "./ToolCommandDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class ToolCommandEventArgsDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
constructor();
private h;
get command(): ToolCommandDescription;
set command(a: ToolCommandDescription);
private j;
get closeOnExecute(): boolean;
set closeOnExecute(a: boolean);
}