igniteui-react-core
Version:
Ignite UI React Core.
23 lines (22 loc) • 606 B
TypeScript
import { Description } from "./Description";
import { Type } from "./type";
/**
* @hidden
*/
export declare class WebComboChangeEventArgsDetailDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
private static __marshalByValue;
private static __marshalByValueAlias;
constructor();
private l;
get newValueRef(): string;
set newValueRef(a: string);
private k;
get itemsRef(): string;
set itemsRef(a: string);
private j;
get changeType(): string;
set changeType(a: string);
}