UNPKG

igniteui-react-core

Version:
21 lines (20 loc) 651 B
import { Description } from "./Description"; import { ToolCommandArgumentDescription } from "./ToolCommandArgumentDescription"; import { Type } from "./type"; /** * @hidden */ export declare class ToolCommandDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; private static __marshalByValue; private static __marshalByValueAlias; constructor(); private l; get commandId(): string; set commandId(a: string); private h; get argumentsList(): ToolCommandArgumentDescription[]; set argumentsList(a: ToolCommandArgumentDescription[]); }